Closed MGlauer closed 2 weeks ago
Tests fail in general, this is not a fault in this branch (#42)
I made the following changes:
python -m unittest discover -s tests/unit
(this ignores the integration tests which have been the cause of #42)pypy
With that, all checks are passing.
This PR introduces automated tests that run on every pull request. It runs
python -m unittest
on multiple python versions.