CLI test runner for competitive programming.
Go to file
2023-11-05 11:24:13 -05:00
testr format with black 2023-11-04 17:35:18 -04:00
.gitignore made app into a pip-installable package 2023-11-02 21:02:35 -04:00
LICENSE made app into a pip-installable package 2023-11-02 21:02:35 -04:00
preview.png README.md: add more stuff 2023-11-05 11:24:13 -05:00
pyproject.toml testr/cli.py: print stderr on Invalid Return 2023-11-03 12:37:03 -04:00
README.md README.md: add more stuff 2023-11-05 11:24:13 -05:00
testr.py testr/cli.py: print stderr on Invalid Return 2023-11-03 12:37:03 -04:00

test runner

testr is a script for running competitive programming test cases (for example for CodeForces).

preview

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