job.test.execution.configuration.json package¶
Submodules¶
job.test.execution.configuration.json.test_exe_config module¶
-
class
job.test.execution.configuration.json.test_exe_config.TestExecutionConfiguration(methodName='runTest')¶ Bases:
django.test.testcases.TestCase-
setUp()¶
-
test_create_copy()¶ Tests the create_copy() method
-
test_init_validation()¶ Tests the validation done in __init__
-
-
class
job.test.execution.configuration.json.test_exe_config.TestExecutionConfigurationConvert(methodName='runTest')¶ Bases:
django.test.testcases.TestCaseTests performing conversion from lower to higher minor versions of configuration schema.
-
setUp()¶
-
test_convert_1_0_to_current()¶ Tests converting execution configuration 1.0 to current
-
test_convert_1_1_to_current()¶ Tests converting execution configuration 1.1 to current
-