From 133b321125eeb4c22b2963dbd112a074cfeb6ab1 Mon Sep 17 00:00:00 2001 From: spisarski Date: Fri, 17 Nov 2017 09:25:33 -0700 Subject: Refactoring of UserSettings to extend UserConfig UserSettings and keystone_utils have a runtime cyclical dependency. This patch reduces this dependency and deprecates the UserSettings class. JIRA: SNAPS-226 Change-Id: Ifcc2a029463780e963b1afcf1de31baf9edded40 Signed-off-by: spisarski --- docs/how-to-use/UnitTests.rst | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) (limited to 'docs/how-to-use/UnitTests.rst') diff --git a/docs/how-to-use/UnitTests.rst b/docs/how-to-use/UnitTests.rst index 214e2b8..e45a114 100644 --- a/docs/how-to-use/UnitTests.rst +++ b/docs/how-to-use/UnitTests.rst @@ -114,11 +114,17 @@ KeypairDomainObjectTests Ensures that all required members are included when constructing a Keypair domain object +UserConfigUnitTests +------------------- + +Ensures that all required members are included when constructing a +UserConfig object + UserSettingsUnitTests --------------------- Ensures that all required members are included when constructing a -UserSettings object +deprecated UserSettings object UserDomainObjectTests --------------------- -- cgit 1.2.3-korg