mirror of
https://github.com/BOSWatch/BW3-Core.git
synced 2026-04-05 06:15:31 +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
|
|
@ -22,8 +22,8 @@ import os
|
|||
from boswatch.utils import paths
|
||||
|
||||
|
||||
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_fileExists():
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue