Need some explanation regarding Distribution.TestSuite

Im looking for some examples or well-documented evidence describing how to use Distribution.TestSuite. The current haddock documentation is pretty poor, and this is also related to using userguide. I want to write tests for a project and run them through cabal. I do not need a test interface exitcode-stdio-1.0.

Any clue?

+5
source share
1 answer

As far as I know, you are trying to use the interface detailed-1.0, but it is still not quite ready for use. There has been a question about this since the end of 2011, but, unfortunately, I do not think that everything has changed - Cabal Test Suite with a detailed type example .

, exitcode-stdio?

+2

All Articles