mirror of
https://github.com/BOSWatch/BW3-Core.git
synced 2026-04-04 13:57:44 +00:00
fix test start log message
This commit is contained in:
parent
543719a917
commit
7d8544123b
8 changed files with 16 additions and 16 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue