[Haskell-cafe] [ANN] Microspec

amindfv at gmail.com amindfv at gmail.com
Mon Sep 5 22:09:13 UTC 2016


Happy to announce the release of a new, tiny property-based test framework: Microspec.

Microspec has a clean RSpec/HSpec-style API, depends only on base and QuickCheck, runs unit and property-based tests, and is well under 500 lines of code.

If you'd like to add tests to your code but don't like increasing the amount of code you depend on, give Microspec a try:

https://hackage.haskell.org/package/microspec

Happy hacking!
Tom


More information about the Haskell-Cafe mailing list