qfpl / applied-fp-course

Applied Functional Programming Course - Move from exercises to a working app!
http://qfpl.io/projects/professional-fp-courses/
Other
624 stars 180 forks source link

Replace HSpec with Tasty #19

Closed mankyKitty closed 5 years ago

mankyKitty commented 6 years ago

I didn't notice earlier, but HSpec requires a Show instance on the thing you check for a test result. This is silly and actually excludes some sensible tests or at least makes them awkward to write.

Remove HSpec and rewrite the tests using Tasty.