ghc-test-framework
Framework for running and organising tests
This package allows tests such as QuickCheck properties and HUnit test cases to be assembled into test groups, run in parallel (but reported in deterministic order, to aid diff interpretation) and filtered and controlled by command line options. All of this comes with colored test output, progress reporting and test statistics output.
- Versions: 0.8.2.0
- Website: https://batterseapower.github.io/test-framework/
- Licenses: Modified BSD
- Package source: gnu/packages/haskell-check.scm
- Builds: See build status
- Issues: See known issues
Installation
Install the latest version of ghc-test-framework
as follows:
guix install ghc-test-framework
Or install a particular version:
guix install ghc-test-framework@0.8.2.0
You can also install packages in augmented, pure or containerized environments for development or simply to try them out without polluting your user profile. See the guix shell
documentation for more information.
Badge code
HTML: <a href='http://127.0.0.1:3000/packages/ghc-test-framework/'><img src='http://127.0.0.1:3000/packages/ghc-test-framework/badges/latest-version.svg'></img></a> Markdown: [![GNU Guix](http://127.0.0.1:3000/packages/ghc-test-framework/badges/latest-version.svg)](http://127.0.0.1:3000/packages/ghc-test-framework/) Org: [[http://127.0.0.1:3000/packages/ghc-test-framework/][http://127.0.0.1:3000/packages/ghc-test-framework/badges/latest-version.svg]]