yamroll
v0.1.2
Published
A testing runner for problem solving programming.
Readme
yamroll
A testing runner for problem solving programming.
Usage
npm install -g yamrollyamroll -r 'python add.py'for run all testcases with format (file.inandfile.out)yamroll -r "./a.out" -t "example"for run testcase that hasexample.ininput andexample.outas expected output.
Note: -r (runtime) and -t (test case)
Example
cd example
yamroll -r 'python add.py'