We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent af9bc9e commit 5384ae9Copy full SHA for 5384ae9
src/tests/test_log.py
@@ -4,6 +4,7 @@
4
import pytest
5
from src.tests.test_objects import test_video_data
6
7
+
8
class TestLogging:
9
@pytest.mark.parametrize('level', ['debug', 'info', 'warn', 'error', 'asdf'])
10
def test_get_log_level(self, logger, level):
0 commit comments