(self)
| 26 | |
| 27 | class 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 = [ |
nothing calls this directly
no outgoing calls
no test coverage detected