Skip to content

A python script to run any executable and pass test cases to it's stdin and compare stdout with correct output.

Notifications You must be signed in to change notification settings

K3y-1/quera_testcase_checker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 

Repository files navigation

quera_testcase_checker

A python script to run any executable and pass test cases
to it's stdin and compare stdout with correct output.

proper way to use:

there should be two directories "in" and "out" in the same directory where main.py is located.
"in" directory should contain testcase input files named input[number].text,
"out" directory should contain testcase output files named output[number].text.

to run the script enter this command in commandline:
python main.py [executable path]

for example:
python main.py ./a.out

About

A python script to run any executable and pass test cases to it's stdin and compare stdout with correct output.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages