Closed ltalirz closed 6 years ago
This is a continuation of the work started by @chrisjsewell in PR #23
unittest
pytest
conftest.py
test_process
develop
This is a continuation of the work started by @chrisjsewell in PR #23
unittest
topytest
(some tests left inunittest
form but executed via pytest)conftest.py
creates fixtures which can be utilised by all tests within the same folder or subfoldertest_process
for executing the calculation and testing it returns the correct returncode and outputs the expected files.develop
branch under python3 (and against stable + develop branch under python2)