ekmett / transformers-compat

transformers compatibility shim
Other
10 stars 12 forks source link

Run test suite on Travis #24

Closed RyanGlScott closed 6 years ago

RyanGlScott commented 8 years ago

Data.Functor.Classes.Generic is rather complex and has several corner cases that we should have regression tests for.

RyanGlScott commented 8 years ago

I added a test suite in https://github.com/ekmett/transformers-compat/commit/01453c3e73be66a4c685df86f96bee4c19ca686b. However, it's only possible to configure the tests provided all of the dependencies are installed beforehand, as QuickCheck and the transformers-compat test suite are involved in a dependency cycle. Because of this, I don't run the tests on Travis for now. I need to look into a (hopefully neat) way of resolving this.