MikolajKolek / toster

A simple-as-toast tester for C++ solutions to competitive programming exercises
MIT License
20 stars 2 forks source link

Add a flag that makes toster output failed tests and testing status to a file #2

Closed MikolajKolek closed 1 year ago

MikolajKolek commented 2 years ago

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

MikolajKolek commented 1 year ago

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