ingest.test.strike.configuration package

Submodules

ingest.test.strike.configuration.test_strike_configuration module

class ingest.test.strike.configuration.test_strike_configuration.TestStrikeConfiguration(methodName='runTest')

Bases: django.test.testcases.TestCase

setUp()
test_validate_bad_monitor_type()

Tests calling StrikeConfiguration.validate() with a bad monitor type

test_validate_bad_workspace()

Tests calling StrikeConfiguration.validate() with a bad workspace

test_validate_mismatched_monitor_type()

Tests calling StrikeConfiguration.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 StrikeConfiguration.validate() with a new workspace that is not active

Module contents