Skip to content

A Python script to test if the program gives correct output for given input

License

Notifications You must be signed in to change notification settings

przmktrc/test_sio2

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

30 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

A Python script to test if the program gives correct output for given input

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published