adnanaziz / EPIJudge

EPI Judge - Preview Release
Other
2.81k stars 1.87k forks source link

Python EPI: Only print stdout on failures #239

Open LeafyLi opened 1 year ago

LeafyLi commented 1 year ago

I recommended EPI(Judge) to a friend, and she's complained that successful testcases pollute stdout when debugging failed one. This fixes that.

E.g., using Dutch National Flag and failing on something random (asserting array != [1])

before: image

after: image