Kattis / problemtools

Tools to manage problem packages using the Kattis problem package format.
MIT License
101 stars 70 forks source link

Fix not showing WA test case verifyproblem.py #248

Closed hairez closed 7 months ago

hairez commented 7 months ago

Edited line 71 in verifyproblem.py. Now verifyproblem will also show what test case it is failing on, and not only the test case that took the longest time to run.

Fixes #247