show test output

This commit is contained in:
Paul Gauthier 2023-06-29 10:33:53 -07:00
parent 24589b543e
commit 13a87c7700

View file

@ -374,6 +374,7 @@ def run_unit_tests(testdir, history_fname):
result = runner.run(suite)
res = stream.getvalue()
print(res)
with history_fname.open("a") as fh:
fh.write(f"```\n{res}\n```")