mirror of
https://github.com/Aider-AI/aider.git
synced 2025-05-28 08:14:59 +00:00
show test output
This commit is contained in:
parent
24589b543e
commit
13a87c7700
1 changed files with 1 additions and 0 deletions
|
@ -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```")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue