tasty-smallcheck-0.8: SmallCheck support for the Tasty test framework.

Safe HaskellNone

Test.Tasty.SmallCheck

Description

This module allows to use SmallCheck properties in tasty.

Synopsis

Documentation

testProperty :: Testable IO a => TestName -> a -> TestTreeSource

Create a Test for a SmallCheck Testable property