yamroll
v0.1.2
Published
A testing runner for problem solving programming.
Downloads
1
Readme
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
andfile.out
)yamroll -r "./a.out" -t "example"
for run testcase that hasexample.in
input andexample.out
as expected output.
Note: -r
(runtime) and -t
(test case)
Example
cd example
yamroll -r 'python add.py'