dejafu/hunit-dejafu/README.markdown
2015-11-01 14:46:03 +00:00

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