storage.test.configuration package¶
Submodules¶
storage.test.configuration.test_workspace_configuration module¶
-
class
storage.test.configuration.test_workspace_configuration.TestWorkspaceConfigurationInit(methodName='runTest')¶ Bases:
django.test.testcases.TestCase-
setUp()¶
-
test_bad_host_config()¶ Tests calling WorkspaceConfiguration constructor with bad host broker configuration.
-
test_bad_type()¶ Tests calling WorkspaceConfiguration constructor with bad broker type.
-
test_bad_version()¶ Tests calling WorkspaceConfiguration constructor with bad version number.
-
test_bare_min()¶ Tests calling WorkspaceConfiguration constructor with bare minimum JSON.
-
test_successful()¶ Tests calling WorkspaceConfiguration constructor successfully with all information.
-