iotest-runner

Test your python scripts with the standard input and output

pleonex

584

0

0.3.0

MIT

GitHub

Atom Package: Standard Input/Output Test Runner

Downloads Version License

Run and test your programs from Atom using input and output files. The plugin will run the program, write to the standard input the content of some test files and compare with the output files.

It is compatible with Python scripts but it would be easy to extend to other scripting languages.

The original goal of this plugin is to test quickly problems from the IEEEXtreme challenge.