0.1.2 • Published 8 years ago

yamroll v0.1.2

Weekly downloads
2
License
MIT
Repository
github
Last release
8 years ago

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'