dejafu/hunit-dejafu
Michael Walker 5acab89d6d Add support for named threads in testing.
This is such a huge change because I had made a LOT of assumptions
about thread IDs being numbers. I also took the opportunity to do
a bit of refactoring with CRef and CVar identifiers.
2016-02-09 18:37:50 +00:00
..
Test/HUnit Add support for named threads in testing. 2016-02-09 18:37:50 +00:00
hunit-dejafu.cabal Add READMEs for {hunit,tasty}-dejafu. Closes #18. 2015-11-01 14:46:03 +00:00
LICENSE Initial implementation of HUnit integration. 2015-10-08 12:05:59 +01:00
README.markdown Add READMEs for {hunit,tasty}-dejafu. Closes #18. 2015-11-01 14:46:03 +00:00
Setup.hs Initial implementation of HUnit integration. 2015-10-08 12:05:59 +01:00

hunit-dejafu Build Status

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 (mike@barrucadu.co.uk).