ingest.test.strike.configuration.json package¶
Submodules¶
ingest.test.strike.configuration.json.test_configuration_v6 module¶
-
class
ingest.test.strike.configuration.json.test_configuration_v6.
TestStrikeConfigurationV6
(methodName='runTest')¶ Bases:
django.test.testcases.TestCase
-
setUp
()¶
-
test_absolute_workspace_path
()¶ Tests calling StrikeConfigurationV6 constructor with absolute new_file_path.
-
test_bad_recipe
()¶
-
test_bad_version
()¶ Tests calling StrikeConfigurationV6 constructor with bad version number.
-
test_bare_min
()¶ Tests calling StrikeConfigurationV6 constructor with bare minimum JSON
-
test_blank_filename_regex
()¶ Tests calling StrikeConfigurationV6 constructor with blank filename_regex
-
test_missing_monitor
()¶ Tests calling StrikeConfigurationV6 constructor with missing monitor
-
test_missing_workspace
()¶ Tests calling StrikeConfigurationV6 constructor with missing workspace
-
test_successful_all
()¶ Tests calling StrikeConfigurationV6 constructor successfully with all information
-
test_validate_bad_monitor_type
()¶ Tests calling StrikeConfigurationV6.validate() with a bad monitor type
-
test_validate_bad_workspace
()¶ Tests calling StrikeConfigurationV6.validate() with a bad workspace
-
test_validate_mismatched_monitor_type
()¶ Tests calling StrikeConfigurationV6.validate() with a monitor type that does not match the broker type
-
test_validate_successful_all
()¶ Tests calling StrikeConfiguration.validate() successfully with all information
-
test_validate_workspace_not_active
()¶ Tests calling StrikeConfigurationV6.validate() with a new workspace that is not active
-