fix test start log message

This commit is contained in:
Bastian Schroll 2019-10-24 23:11:57 +02:00
parent 543719a917
commit 7d8544123b
No known key found for this signature in database
GPG key ID: 0AE96912A20E9F5F
8 changed files with 16 additions and 16 deletions

View file

@ -23,8 +23,8 @@ from boswatch.utils import paths
from boswatch.configYaml import ConfigYAML
def setup_method(method):
logging.debug("[TEST] %s.%s", method.__module__, method.__name__)
def setup_function(function):
logging.debug("[TEST] %s.%s", function.__module__, function.__name__)
@pytest.fixture