judge-server
judge-server copied to clipboard
Add unit tests for checkers
We should add some unit tests to ensure all checkers are working as expected in dmoj/tests, not just standard
.
Note: A simple unit test has way less overhead than creating a problem to test it with in dmoj-testsuite, so we should prefer to use unit tests.
Supersedes https://github.com/DMOJ/judge-testsuite/issues/24.
Is this finished? I recall seeing unit tests.