mirror of
https://github.com/barrucadu/dejafu.git
synced 2024-11-26 20:30:30 +03:00
Add READMEs for {hunit,tasty}-dejafu. Closes #18.
This commit is contained in:
parent
3ad9fac8e9
commit
14617c9b61
23
hunit-dejafu/README.markdown
Normal file
23
hunit-dejafu/README.markdown
Normal file
@ -0,0 +1,23 @@
|
||||
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
|
@ -4,7 +4,17 @@
|
||||
name: hunit-dejafu
|
||||
version: 0.2.0.0
|
||||
synopsis: Deja Fu support for the HUnit test framework.
|
||||
-- description:
|
||||
|
||||
description:
|
||||
Integration between the <https://hackage.haskell.org/package/dejafu dejafu>
|
||||
library for concurrency testing and
|
||||
<https://hackage.haskell.org/package/HUnit HUnit>. This lets you
|
||||
easily incorporate concurrency testing into your existing test
|
||||
suites.
|
||||
.
|
||||
See the <https://github.com/barrucadu/dejafu README> for more
|
||||
details.
|
||||
|
||||
homepage: https://github.com/barrucadu/dejafu
|
||||
license: MIT
|
||||
license-file: LICENSE
|
||||
|
23
tasty-dejafu/README.markdown
Normal file
23
tasty-dejafu/README.markdown
Normal file
@ -0,0 +1,23 @@
|
||||
tasty-dejafu [![Build Status][build-status]][build-log]
|
||||
============
|
||||
|
||||
Integration between the [dejafu][] library for concurrency testing and
|
||||
[tasty][]. 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/tasty-dejafu/badge/icon?style=plastic
|
||||
[build-log]: http://ci.barrucadu.co.uk/job/(dejafu)/job/tasty-dejafu/
|
||||
[docs]: https://barrucadu.github.io/dejafu/tasty/
|
||||
[dejafu]: https://hackage.haskell.org/package/dejafu
|
||||
[tasty]: https://hackage.haskell.org/package/tasty
|
@ -4,7 +4,17 @@
|
||||
name: tasty-dejafu
|
||||
version: 0.2.0.0
|
||||
synopsis: Deja Fu support for the Tasty test framework.
|
||||
-- description:
|
||||
|
||||
description:
|
||||
Integration between the <https://hackage.haskell.org/package/dejafu dejafu>
|
||||
library for concurrency testing and
|
||||
<https://hackage.haskell.org/package/tasty tasty>. This lets you
|
||||
easily incorporate concurrency testing into your existing test
|
||||
suites.
|
||||
.
|
||||
See the <https://github.com/barrucadu/dejafu README> for more
|
||||
details.
|
||||
|
||||
homepage: https://github.com/barrucadu/dejafu
|
||||
license: MIT
|
||||
license-file: LICENSE
|
||||
|
Loading…
Reference in New Issue
Block a user