Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/owainkenwayucl/oktest

A simple and terribad shell script for testing Python scripts.
https://github.com/owainkenwayucl/oktest

dont-use-this-no-really python shell testing

Last synced: 22 days ago
JSON representation

A simple and terribad shell script for testing Python scripts.

Awesome Lists containing this project

README

        

# oktest

A simple and terribad shell script for testing Python scripts.

This work is public domain.

Please read code.
Invoke with:

oktest.sh script.py test

Where script.py is your python program, and test maps to two files, test.in (sets up environment for the test) and test.good (expected output).
A file test.out will be written with your test's output.