test_sio2 is a simple Python script to test if the program gives correct output given certain input. Originally used for on-line programming contests.
The most basic use is
test_sio2 -e <executable> <test_dirs>...
For more information, run
test_sio2 --help
- Linux
- Python 3.10 (tested on 3.10.6, may work with 3.9)
- subprocess
- filecmp
- colorama