tasty-test-vector-0: Test vector support for tasty.

Safe HaskellNone
LanguageHaskell2010

Test.Tasty.TestVector

Description

Test vector support for tasty.

Synopsis

Documentation

testVectors :: Show a => TestName -> (a -> b -> Bool) -> [(a, b)] -> TestTree Source #

Turn a function and a list of parameters for it into a single tasty test.

Any specific failing test vectors are reported individually by showing the first part of the test vector tuple.