job.test.configuration package¶
Subpackages¶
Submodules¶
job.test.configuration.test_configuration module¶
-
class
job.test.configuration.test_configuration.
TestJobConfiguration
(methodName='runTest')¶ Bases:
django.test.testcases.TestCase
-
setUp
()¶
-
test_add_mount
()¶ Tests calling JobConfiguration.add_mount()
-
test_add_output_workspace
()¶ Tests calling JobConfiguration.add_output_workspace()
-
test_add_setting
()¶ Tests calling JobConfiguration.add_setting()
-
test_merge_recipe_config
()¶ Tests calling JobConfiguration.merge_recipe_config()
-
test_no_default_workspace
()¶ Tests calling JobConfiguration.validate() to validate output workspaces
-
test_remove_secret_settings
()¶ Tests calling JobConfiguration.remove_secret_settings()
-
test_validate_mounts
()¶ Tests calling JobConfiguration.validate() to validate mount configuration
-
test_validate_output_workspaces
()¶ Tests calling JobConfiguration.validate() to validate output workspaces
-
test_validate_priority
()¶ Tests calling JobConfiguration.validate() to validate priority
-
test_validate_settings
()¶ Tests calling JobConfiguration.validate() to validate settings configuration
-