tasty-test-vector-0: Test vector support for tasty.
Test.Tasty.TestVector
Description
Test vector support for tasty.
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.