README.md: add more stuff

This commit is contained in:
dogeystamp 2023-11-05 11:24:13 -05:00
parent f247fb6019
commit 51de1a25e3
Signed by: dogeystamp
GPG Key ID: 7225FE3592EFFA38
2 changed files with 13 additions and 1 deletions

View File

@ -2,8 +2,20 @@
testr is a script for running competitive programming test cases (for example for CodeForces).
![preview](https://raw.githubusercontent.com/dogeystamp/testr/main/preview.png)
## 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
```
pipx install git+https://github.com/dogeystamp/testr
pip install --user git+https://github.com/dogeystamp/testr
```

BIN
preview.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 73 KiB