Add a cli flag (-f for file?) that outputs the failed tests and their diffs from correct answers live to a text file, and outputs the overall number of succeeded and failed tests at the end of testing
Closing this issue, it seemed like a good idea at the start but I realised in the end this has no benefits over ending the program early using Ctrl+C or redirecting the output to a file
Add a cli flag (
-f
for file?) that outputs the failed tests and their diffs from correct answers live to a text file, and outputs the overall number of succeeded and failed tests at the end of testing