refactoring

This commit is contained in:
Devaev Maxim
2019-04-08 19:19:26 +03:00
parent dda30309a4
commit 3a68e82f94
6 changed files with 24 additions and 24 deletions

View File

@@ -31,5 +31,5 @@ from kvmd.logging import get_logger
(1, "_pytest.python"),
(2, "pluggy.callers"),
])
def test_get_logger(depth: int, name: str) -> None:
def test_ok__get_logger(depth: int, name: str) -> None:
assert get_logger(depth).name == name