MCPcopy Create free account
hub / github.com/StackStorm/st2 / setUp

Method setUp

st2auth/tests/unit/test_validation_utils.py:26–28  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

24
25class ValidationUtilsTestCase(unittest.TestCase):
26 def setUp(self):
27 super(ValidationUtilsTestCase, self).setUp()
28 tests_config.parse_args()
29
30 def test_validate_auth_backend_is_correctly_configured_success(self):
31 result = validate_auth_backend_is_correctly_configured()

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected