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 181 forks source link

Condense tests to a single suite? #67

Closed mankyKitty closed 5 years ago

mankyKitty commented 5 years ago

The tests are all still broken out into their respective levels. Would it work better if there was a single set of tests which applied through out the entire course structure that could just be built upon?

Raised in discussion of #64

This would mean elimination of duplicate functionality across the test files. However it may complicate writing the tests as functionality for some levels will not exist to be tested. That appears to be trivially solvable via the power of comment syntax, but it's a consideration.

mankyKitty commented 5 years ago

Deleting that much code was fun, not going to lie. Fixed.