@hackage / doctest-prop

Allow QuickCheck-style property testing within doctest.

Version Deprecated package0.2.0.1

About

Metadata

  • Last updated , by TakayukiMuranushi
  • License MIT
  • Categories Testing
  • Maintained by: muranushi@gmail.com

  • Lottery factor: 0

Links

Installation

This package has been deprecated in favour of

Readme

Please use doctest that supports QuickCheck properties.

This package allows you to write QuickCheck properties and HUnit assertions within doctest, using functions that keep silence when test succeeds and print out the test outputs otherwise.

To enjoy behavior driven development in Haskell, first import Test.DocTest.Prop, and use prop, propWith and unit to write in-place tests. For more details, please refer to examples in the module Test.DocTest.Prop .