README.md: add more stuff
This commit is contained in:
parent
f247fb6019
commit
51de1a25e3
14
README.md
14
README.md
@ -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
BIN
preview.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 73 KiB |
Loading…
Reference in New Issue
Block a user