aniervs / GraderMock

This is a project to complete live during a programming class, where some assignments are to solve issues. This project mocks a system from standard programming competitions (I/O checks, and AC,WA,MLE,TLE,RTE verdicts)
0 stars 2 forks source link

Run test cases till failure #2

Closed aniervs closed 7 months ago

aniervs commented 7 months ago

Right now we are running the code in all testcases. Instead, it's better to run until one test-case fails.

NikoTaK commented 7 months ago

Assign me to this one