The TBC package
TBC is a harness for running tests, relying on other libraries such as QuickCheck and HUnit to do the actual testing. If the tests follow conventions, TBC lets you skip a lot of boilerplate. 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.
Properties
| Versions | 0.0.1, 0.0.2 |
|---|---|
| Dependencies | base (4.*), Cabal (≥1.10 & <2), directory, filepath, process, unix |
| License | BSD3 |
| Copyright | Peter Gammie, Mark Wotton |
| Author | Peter Gammie, Mark Wotton |
| Maintainer | peteg42@gmail.com |
| Category | Testing |
| Source repository | git clone git://github.com/peteg/TBC.git |
| Executables | tbc |
| Upload date | Sat Apr 30 00:59:28 UTC 2011 |
| Uploaded by | PeterGammie |
| Build failure | ghc-7.0 (log) |
Modules
- Test
- Test.TBC
Downloads
- TBC-0.0.2.tar.gz (Cabal source package)
- package description (included in the package)