thedpws / pitcher

A python library and framework for composing music.
GNU General Public License v3.0
1 stars 0 forks source link

Unit Tests #46

Closed thedpws closed 4 years ago

thedpws commented 4 years ago

Unit tests for code coverage, bug finding, and documentation.

thedpws commented 4 years ago

Closes Issue #39.

thedpws commented 4 years ago

There's some undesired behaviors, such as C Minor key printing out as Eb Major. I wrote unit tests to document this undesired behavior and we can change them when we fix it in the future