Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/owainkenwayucl/oktest
- Owner: owainkenwayucl
- License: unlicense
- Created: 2015-01-21T10:40:20.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2015-01-21T10:46:50.000Z (almost 10 years ago)
- Last Synced: 2023-12-31T23:10:26.557Z (10 months ago)
- Topics: dont-use-this-no-really, python, shell, testing
- Language: Shell
- Size: 145 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.