1
0
mirror of https://github.com/JoelBender/bacpypes synced 2025-09-28 22:15:23 +08:00

fix debugging output

This commit is contained in:
Joel Bender 2016-05-11 17:28:15 -04:00
parent 49f597bba8
commit 869ab21b95

View File

@ -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)