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

Safe HaskellNone
LanguageHaskell98

Test.Tasty.SmallCheck

Description

This module allows to use SmallCheck properties in tasty.

Synopsis

Documentation

testProperty :: Testable IO a => TestName -> a -> TestTree Source

Create a Test for a SmallCheck Testable property