postpic
postpic copied to clipboard
add windows test/development compatibility
The bash scripts run smoothly on a linux machine, but not under Windows. They have to be rewritten or windows pendants have to be added to make this work.
- [x] make
run-testswork under windows. (Maybe include all tests insetup.py, so that./setup.py testruns everything? having a single command will also make it very easy to set up a code coverage statistics #18 ) - [ ] setup a CI, which runs the test under windows.
tests are windows compatible since 33891804