mirror of
https://github.com/JoelBender/bacpypes
synced 2025-09-28 22:15:23 +08:00
fix debugging output
This commit is contained in:
parent
49f597bba8
commit
869ab21b95
|
@ -47,7 +47,7 @@ class TestCaseTemplate(unittest.TestCase):
|
|||
if _debug: TestCaseTemplate._debug("teardown_class")
|
||||
|
||||
def setup_method(self, method):
|
||||
if _debug: TestCaseTemplate._debug("setup_module %r", method)
|
||||
if _debug: TestCaseTemplate._debug("setup_method %r", method)
|
||||
|
||||
def teardown_method(self, method):
|
||||
if _debug: TestCaseTemplate._debug("teardown_method %r", method)
|
||||
|
|
Loading…
Reference in New Issue
Block a user