music-notation-swift / music-notation-core

Music Notation Library in Swift (Deprecated. See `music-notation` instead)
MIT License
115 stars 16 forks source link

Rework Unit Test Format #4

Closed drumnkyle closed 8 years ago

drumnkyle commented 9 years ago

1 huge test for a method doesn't work out well. Need to look into an alternative way of organizing the unit tests. Possibly with contexts of some sort. Look at different unit tests other projects have written in Swift.

drumnkyle commented 8 years ago

Fixing some in the implement-ties PR #1. Will fix all other tests in a separate PR.

drumnkyle commented 8 years ago

Need to fix MeasureTests still.

drumnkyle commented 8 years ago

Fixed by #14

drumnkyle commented 8 years ago

Somehow #14 was never merged. Need to figure out how to merge it now even though it has been closed and the branch deleted.

drumnkyle commented 8 years ago

Fixed by #14