qfpl / applied-fp-course

Applied Functional Programming Course - Move from exercises to a working app!

Home Page:http://qfpl.io/projects/professional-fp-courses/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Condense tests to a single suite?

mankyKitty opened this issue · comments

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.

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