mirror of
https://github.com/BOSWatch/BW3-Core.git
synced 2026-04-06 06:43:54 +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
|
|
@ -21,8 +21,8 @@ import logging
|
|||
from boswatch.utils import header
|
||||
|
||||
|
||||
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__)
|
||||
|
||||
|
||||
def test_logoToLog():
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue