run pytest, cleanup

This commit is contained in:
Paul Gauthier 2023-06-23 15:40:14 -07:00
parent b16778d0f1
commit 50e715fb9a
2 changed files with 31 additions and 30 deletions

View file

@ -392,6 +392,7 @@ class Coder:
if interrupted:
self.io.tool_error("\n\n^C KeyboardInterrupt")
self.num_control_c += 1
content += "\n^C KeyboardInterrupt"
self.io.tool_output()