mirror of
https://github.com/barrucadu/dejafu.git
synced 2024-12-19 19:41:31 +03:00
24 lines
859 B
Markdown
24 lines
859 B
Markdown
hunit-dejafu [![Build Status][build-status]][build-log]
|
|
============
|
|
|
|
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][docs].
|
|
|
|
Contributing
|
|
------------
|
|
|
|
Bug reports, pull requests, and comments are very welcome!
|
|
|
|
Feel free to contact me on GitHub, through IRC (#haskell on freenode),
|
|
or email (mike@barrucadu.co.uk).
|
|
|
|
[build-status]: http://ci.barrucadu.co.uk/job/(dejafu)/job/hunit-dejafu/badge/icon?style=plastic
|
|
[build-log]: http://ci.barrucadu.co.uk/job/(dejafu)/job/hunit-dejafu/
|
|
[docs]: https://barrucadu.github.io/dejafu/hunit/
|
|
[dejafu]: https://hackage.haskell.org/package/dejafu
|
|
[HUnit]: https://hackage.haskell.org/package/HUnit
|