(self)
| 24 | |
| 25 | class 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() |
nothing calls this directly
no outgoing calls
no test coverage detected