tomcontileslie/ThatChord

Implement unit tests

Closed this issue · 2 comments

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...

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.

First attempt merged and build passing!