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

Method setUp

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

Source from the content-addressed store, hash-verified

26
27class ValidationUtilsTestCase(unittest.TestCase):
28 def setUp(self):
29 super(ValidationUtilsTestCase, self).setUp()
30 tests_config.parse_args()
31
32 def test_validate_auth_cookie_is_correctly_configured_success(self):
33 valid_values = [

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected