Skip to content

A testing runner for problem solving programming.

License

Notifications You must be signed in to change notification settings

zugarzeeker/yamroll

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

yamroll

A testing runner for problem solving programming.

Usage

  • npm install -g yamroll

  • yamroll -r 'python add.py' for run all testcases with format (file.in and file.out)

  • yamroll -r "./a.out" -t "example" for run testcase that has example.in input and example.out as expected output.

Note: -r (runtime) and -t (test case)

Example

cd example
yamroll -r 'python add.py'

Screenshots

running test