snapshot of my current debugging state

This commit is contained in:
holger krekel
2019-07-16 16:17:42 +02:00
parent 0e80ce9c39
commit 43936e7db7
4 changed files with 54 additions and 43 deletions

View File

@@ -22,6 +22,7 @@ def pytest_runtest_call(item):
# output from concurrent threads printing between execution
# of the test function and the teardown phase of that test function
if "acfactory" in item.funcargs:
print("*"*30, "finalizing", "*"*30)
acfactory = item.funcargs["acfactory"]
acfactory.finalize()