cabal-version: 2.2
name: tasty-test-vector
version: 0
synopsis: Test vector support for tasty.
description:
Many specifications provide test vectors for their algorithms, particularly
specifications for cryptographic primatives. These are like QuickCheck properties
in that they provide some function input and check the output, but unlike QuickCheck
the inputs and expected results are predefined.
.
This library provides an interface for cleanly integrating such test vectors into
the 'tasty' test framework.
homepage: https://oss.xkcd.com/
bug-reports: https://code.xkrd.net/haskell/tasty-test-vector/issues
license: BSD-3-Clause
license-file: LICENSE
author: davean
maintainer: oss@xkcd.com
copyright: Copyright (C) 2018 davean
category: Testing
extra-source-files: CHANGELOG.md
source-repository head
type: git
location: https://code.xkrd.net/haskell/tasty-test-vector.git
library
default-language: Haskell2010
hs-source-dirs: src
exposed-modules:
Test.Tasty.TestVector
build-depends:
base ^>=4.12.0.0
, tasty ^>=1.2