hunit-dejafu
Deja Fu support for the HUnit test framework.
https://github.com/barrucadu/dejafu
| Version on this page: | 0.7.0.0 |
| LTS Haskell 24.28: | 2.0.0.6 |
| Stackage Nightly 2026-01-19: | 2.0.0.6 |
| Latest on Hackage: | 2.0.0.6 |
hunit-dejafu-0.7.0.0@sha256:3033f0bfc9d8b7cfe648a5f6fbff882f29e083c6e2c4b447e0f060d8dfb9a3c8,1463Module documentation for 0.7.0.0
- Test
- Test.HUnit
hunit-dejafu
Integration between the dejafu library for concurrency testing and HUnit. This lets you easily incorporate concurrency testing into your existing test suites.
The documentation of the latest developmental version is available online.
Contributing
Bug reports, pull requests, and comments are very welcome!
Feel free to contact me on GitHub, through IRC (#haskell on freenode), or email ([email protected]).
Changes
Release Notes
All notable changes to this project will be documented in this file.
This project is versioned according to the Package Versioning Policy, the de facto standard Haskell versioning scheme.
0.7.0.0 [2017-08-10] (git tag: hunit-dejafu-0.7.0.0)
https://hackage.haskell.org/package/hunit-dejafu-0.7.0.0
Test.HUnit.DejaFu
- Two new functions:
testDejafuDiscardandtestDejafuDiscardIO, allowing you to selectively discard results or traces. - The
Discardtype anddefaultDiscarderfunction from dejafu is now re-exported.
Miscellaneous
- Lower version bound on dejafu raised to 0.7.1.0.
0.6.0.0 [2017-06-07] (git tag: hunit-dejafu-0.6.0.0)
https://hackage.haskell.org/package/hunit-dejafu-0.6.0.0
Test.HUnit.DejaFu
- The refinement property testing functionality of dejafu is exposed in the new
testPropertyfunction, and re-exported values. - Due to changes in dejafu, the
Waytype is now abstract and exposes smart constructor functions:systematically, corresponding to the oldSystematically.randomly, corresponding to the oldRandomly.uniformly, a new uniform random (as opposed to weighted random) scheduler.swarmy, corresponding to the oldRandomlyand specifying how many executions to use the same weights for.
- The
defaultWay,defaultMemType, anddefaultBoundsvalues are all now re-exported.
Miscellaneous
- Only dejafu 0.7 is supported.
0.5.0.0 [2017-04-08] (git tag: hunit-dejafu-0.5.0.0)
https://hackage.haskell.org/package/hunit-dejafu-0.5.0.0
Test.HUnit.DejaFu
- Due to changes in dejafu, the
Waytype no longer takes a parameter; it is now a GADT.
Miscellaneous
- There is now a changelog.
- Every definition and instance now has a Haddock “@since” annotation.
- Only dejafu 0.6 is supported.
0.4.0.1 [2017-03-20] (git tag: hunit-dejafu-0.4.0.1)
https://hackage.haskell.org/package/hunit-dejafu-0.4.0.1
Miscellaneous
- Now supports HUnit 1.6.
0.4.0.0 [2017-02-21] (git tag: hunit-dejafu-0.4.0.0)
https://hackage.haskell.org/package/hunit-dejafu-0.4.0.0
Test.HUnit.DejaFu
- All the functions which did take a
Boundsnow take aWayinstead and support random scheduling as well. - The
Waytype from dejafu is now re-exported.
Miscellaneous
- The minimum supported version of dejafu has been increased to 0.5 (from 0.2)
0.3.0.3 [2016-10-22] (git tag: hunit-dejafu-0.3.0.3)
https://hackage.haskell.org/package/hunit-dejafu-0.3.0.3
Miscellaneous
- Now supports HUnit 1.4 and 1.5.
0.3.0.2 [2016-09-10] (git tag: hunit-dejafu-0.3.0.2)
https://hackage.haskell.org/package/hunit-dejafu-0.3.0.2
Miscellaneous
- Now supports concurrency 1.0.0.0 and dejafu 0.4.0.0
0.3.0.1 [2016-05-26] (git tag: hunit-dejafu-0.3.0.1)
https://hackage.haskell.org/package/hunit-dejafu-0.3.0.1
Miscellaneous
- Now supports GHC 8.
0.3.0.0 [2016-04-28] (git tag: hunit-dejafu-0.3.0.0)
https://hackage.haskell.org/package/hunit-dejafu-0.3.0.0
Test.HUnit.DejaFu
- New
AssertableandTestableinstances forConcST t ()andConcIO (). - The
Boundstype from dejafu is now re-exported.
Miscellaneous
- Now supports dejafu 0.2 (again).
0.2.1.0 [2016-04-03] (git tag: hunit-dejafu-0.2.1.0)
This version was never pushed to hackage, whoops!
Miscellaneous
- Now supports dejafu 0.3, but drops support for dejafu 0.2.
0.2.0.0 [2015-12-01] (git tag: 0.2.0.0)
https://hackage.haskell.org/package/hunit-dejafu-0.2.0.0
Initial release. Go read the API docs.