CookieComputing / muscala

A music theory library implemented in Scala
MIT License
0 stars 0 forks source link

Add option values to test cases #27

Open CookieComputing opened 3 years ago

CookieComputing commented 3 years ago

Currently, the tests for the project are basically littered with Option.get() calls because we know that the creation of an object will work, but there's no other way to access the actual object. We should refactor these calls to use OptionValues, as well as clean up some of our generators