dennislaumen / Scalify

Scala implementation of the Spotify Metadata API.
MIT License
2 stars 0 forks source link

Add unit tests #2

Open dennislaumen opened 14 years ago

dennislaumen commented 14 years ago

Unit tests, preferably based on ScalaTest, should be written.

dennislaumen commented 14 years ago

Some unit tests (based on ScalaTest) have been written for Track.scala. Problem with the unit tests is the dependence on the Spotify API. Ideally this would be mocked (if possible).