ghc-test-framework 0.8.2.0
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.
- 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 ghc-test-framework 0.8.2.0
as follows:
guix install ghc-test-framework@0.8.2.0
Or install the latest version:
guix install ghc-test-framework
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.