Summary
With the function 'Test.Tasty.ExpectedFailure.expectFail' in the provided module "Test.Tasty.ExpectedFailure", you can mark that you expect test cases to fail, and not to pass. This can for example be used for test-driven development: Create the tests, mark them with 'Test.Tasty.ExpectedFailure.expectFail', and you can still push to the main branch, without your continuous integration branch failing. Once someone implements the feature or fixes the bug (maybe unknowingly), the test suite will tell him so, due to the now unexpectedly passing test, and he can remove the 'Test.Tasty.ExpectedFailure.expectFail' marker. The module also provides 'Test.Tasty.ExpectedFailure.ignoreTest' to avoid running a test. Both funtions are implemented via the more general 'Test.Tasty.ExpectedFailure.warpTest', which is also provided.
Versions
v0.11.1.2 :: 0/0.11.1.2 :: gentoo
- Modified
- License
- MIT
- Keywords
- ~amd64 ~x86
- USE flags
- doc hscolour profile
USE flags
General
Dependencies
dev-haskell / cabal : A framework for packaging Haskell software
dev-haskell / hscolour : Colourise Haskell code
dev-haskell / tagged : Haskell 98 phantom types to avoid unsafely passing dummy arguments
dev-haskell / tasty : Modern and extensible testing framework
Runtime Dependencies
dev-haskell / tagged : Haskell 98 phantom types to avoid unsafely passing dummy arguments
dev-haskell / tasty : Modern and extensible testing framework
Depending packages
dev-haskell / language-bash : Parsing and pretty-printing Bash shell scripts
dev-haskell / lifted-async : Run lifted IO operations asynchronously and wait for their results
dev-haskell / lukko : File locking
dev-haskell / selective : Selective applicative functors
dev-haskell / statistics : A library of statistical types, data, and functions
dev-haskell / tasty-hedgehog : Integration for tasty and hedgehog
Change logs
- Repository mirror & CI · gentoo
Merge updates from master - Jack Todaro · gentoo
dev-haskell/tasty-expected-failure: add package
Package-Manager: Portage-3.0.1, Repoman-2.3.23 Signed-off-by: Jack Todaro <solpeth@posteo.org> Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>