https://github.com/rufflewind/testrunner
Bugfix fork of 'testrunner'
https://github.com/rufflewind/testrunner
Last synced: about 2 months ago
JSON representation
Bugfix fork of 'testrunner'
- Host: GitHub
- URL: https://github.com/rufflewind/testrunner
- Owner: Rufflewind
- License: gpl-2.0
- Created: 2015-01-06T05:02:57.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2015-01-06T05:08:23.000Z (over 11 years ago)
- Last Synced: 2025-01-21T09:12:04.377Z (over 1 year ago)
- Language: Haskell
- Homepage: https://hackage.haskell.org/package/testrunner
- Size: 133 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README
- License: LICENSE
Awesome Lists containing this project
README
= testrunner =
== Description ==
testrunner is a framework to run unit tests. It has the
following distinguishing features:
* It can run unit tests in parallel.
* It can run QuickCheck and HUnit tests as well as simple
boolean expressions.
* It comes with a ready-made main function for your unit test
executable.
* This main function recognizes command-line arguments to select
tests by name and replay QuickCheck tests.
== How to install ==
Configure the package with 'runghc Setup.hs configure --user'
Build it with 'runghc Setup.hs build'
Then copy the built library with 'runghc Setup.hs install'
== How to use ==
See the file using-testrunner.html