testr/README.md

10 lines
189 B
Markdown
Raw Normal View History

2023-10-14 21:13:37 -04:00
# test runner
testr is a script for running competitive programming test cases (for example for CodeForces).
2023-11-02 16:02:06 -04:00
2023-11-02 21:04:02 -04:00
## installation
2023-11-02 16:02:06 -04:00
2023-11-02 21:04:02 -04:00
```
pipx install git+https://github.com/dogeystamp/testr
```