Test ERROR level exists.
(self)
| 33 | assert LogLevel.WARNING is not None |
| 34 | |
| 35 | def test_error_level(self): |
| 36 | """Test ERROR level exists.""" |
| 37 | assert LogLevel.ERROR is not None |
| 38 | |
| 39 | def test_critical_level(self): |
| 40 | """Test CRITICAL level exists.""" |
nothing calls this directly
no outgoing calls
no test coverage detected