ingest.test.scan.configuration package¶
Submodules¶
ingest.test.scan.configuration.test_scan_configuration module¶
-
class
ingest.test.scan.configuration.test_scan_configuration.
TestScanConfiguration
(methodName='runTest')¶ Bases:
django.test.testcases.TestCase
-
setUp
()¶
-
test_absolute_workspace_path_v6
()¶ Tests calling ScanConfigurationV6 constructor with absolute new_file_path.
-
test_bad_version_v6
()¶ Tests calling ScanConfigurationV6 constructor with bad version number.
-
test_bare_min_v6
()¶ Tests calling ScanConfigurationV6 constructor with bare minimum JSON
-
test_blank_filename_regex_v6
()¶ Tests calling ScanConfigurationV6 constructor with blank filename_regex
-
test_missing_scanner_v6
()¶ Tests calling ScanConfigurationV6 constructor with missing scanner
-
test_missing_workspace_v6
()¶ Tests calling ScanConfigurationV6 constructor with missing workspace
-
test_successful_all_v6
()¶ Tests calling ScanConfigurationV6 constructor successfully with all information
-
test_validate_bad_scanner_type_v6
()¶ Tests calling ScanConfiguration.validate() with a bad scanner type
-
test_validate_bad_workspace_v6
()¶ Tests calling ScanConfiguration.validate() with a bad workspace
-
test_validate_mismatched_scanner_type_v6
()¶ Tests calling ScanConfiguration.validate() with a scanner type that does not match the broker type
-
test_validate_recursive_invalid_type_v6
()¶ Tests calling ScanConfiguration.validate() with recursive set to invalid type
-
test_validate_successful_all_v6
()¶ Tests calling ScanConfiguration.validate() successfully with all information
-
test_validate_workspace_not_active_v6
()¶ Tests calling ScanConfiguration.validate() with a new workspace that is not active
-