CookieComputing / muscala-archived

Music Theory for Scala
MIT License
0 stars 0 forks source link

Add more property-based tests to project #28

Closed CookieComputing closed 4 years ago

CookieComputing commented 4 years ago

Given that #27 has been merged in and provides a clear example of how we can use both prop check style and xUnit style testing, we should convert many of the tedious tests to table driven style prop check tests, as well any properties that we can think of.

However, we do not necessarily need to convert all of them into properties, since some tests may be more tedious and confusing to convert to properties.