Implement unit tests
Closed this issue · 2 comments
georg-wolflein commented
Great project! I feel in the long run that unit tests would be a great way to spot bugs early that might be introduced by changes to the code. For example, when modifying the chord searching algorithm to make it more efficient, having unit tests would ensure that these changes don't break the algorithm. I'd recommend pytest...
tomcontileslie commented
Thank you Georg! I've had a look at pytest and have set up integration with Travis CI. Testing files are being developed in the testing
branch.
tomcontileslie commented
First attempt merged and build passing!