TBC

Testing By Convention

Latest on Hackage:0.0.3

This package is not currently in any snapshots. If you're interested in using it, we recommend adding it to Stackage Nightly. Doing so will make builds more reliable, and allow stackage.org to host generated Haddocks.

BSD-3-Clause licensed by Peter Gammie, Mark Wotton
Maintained by [email protected]

TBC is a harness for running tests, relying on other libraries such as QuickCheck and HUnit to do the actual testing. TBC lets you skip a lot of boilerplate by adopting naming conventions for tests. It also supports test-driven development (TDD) by running as many tests as it can compile, whatever the state of the project as a whole. For further information see the examples that accompany the distribution.