debug mode

This commit is contained in:
André Roth
2026-05-14 13:51:36 +02:00
parent c77d788493
commit d27c5856de
2 changed files with 3 additions and 2 deletions
+2 -2
View File
@@ -164,10 +164,10 @@ class BaseTest(object):
self.run()
self.check()
except Exception as exc:
if self.debugOutput:
print(f"API log:\n{self.debug_output()}")
raise exc
finally:
if self.debugOutput:
print(f"API log:\n{self.debug_output()}")
self.teardown()
def prepare_remove_all(self):