CLI test runner for competitive programming.
testr | ||
.gitignore | ||
LICENSE | ||
preview.png | ||
pyproject.toml | ||
README.md | ||
testr.py |
test runner
testr is a script for running competitive programming test cases (for example for CodeForces).
usage
Put .in
and corresponding .out
files in a test directory, and have an executable file to test.
For example:
testr --testdir ~/sandbox/testdir --exec a.out
Run testr -h
for more information.
installation
pip install --user git+https://github.com/dogeystamp/testr