Skip to content

Latest commit

 

History

History
24 lines (18 loc) · 443 Bytes

README.md

File metadata and controls

24 lines (18 loc) · 443 Bytes

Test_sio2

Overview

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.

How to use it

The most basic use is

test_sio2 -e <executable> <test_dirs>...

For more information, run

test_sio2 --help

Enviroment & requirements

  • Linux
  • Python 3.10 (tested on 3.10.6, may work with 3.9)
  • subprocess
  • filecmp
  • colorama