dev-haskell / tasty-expected-failure

Mark tasty tests as failure expected

Official package sites : https://github.com/nomeata/tasty-expected-failure ·

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.

v0.11.1.2 :: 0/0.11.1.2 :: gentoo

Modified
License
MIT
Keywords
amd64 ~arm64 ~ppc64 ~riscv ~x86
USE flags
doc hscolour profile

General

doc
Add extra documentation (API, Javadoc, etc). It is recommended to enable per package instead of globally
hscolour
Include coloured haskell sources to generated documentation (dev-haskell/hscolour)
profile
Add support for software performance analysis (will likely vary from ebuild to ebuild)

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

dev-lang / ghc : The Glasgow Haskell Compiler

dev-haskell / tagged : Haskell 98 phantom types to avoid unsafely passing dummy arguments

dev-haskell / tasty : Modern and extensible testing framework

dev-lang / ghc : The Glasgow Haskell Compiler

dev-haskell / lifted-async : Run lifted IO operations asynchronously and wait for their results

dev-haskell / lukko : File locking

dev-haskell / statistics : A library of statistical types, data, and functions

dev-haskell / tasty-hedgehog : Integration for tasty and hedgehog

Repository mirror & CI · gentoo
Merge updates from master
hololeap · gentoo
dev-haskell/tasty-expected-failure: Stabilize for amd64
Signed-off-by: hololeap <hololeap@users.noreply.github.com> Signed-off-by: Sam James <sam@gentoo.org>
hololeap · gentoo
dev-haskell/tasty-expected-failure: Disable tests
Tests create circular dependencies Signed-off-by: hololeap <hololeap@users.noreply.github.com> Signed-off-by: Sam James <sam@gentoo.org>
Repository mirror & CI · gentoo
Merge updates from master
matoro · gentoo
dev-haskell/tasty-expected-failure: keyword 0.11.1.2 for ~riscv
Signed-off-by: Jakov Smolić <jsmolic@gentoo.org>
Repository mirror & CI · gentoo
Merge updates from master
matoro · gentoo
dev-haskell/tasty-expected-failure: keyword 0.11.1.2 for ~arm64
Thanks-to: Marcus Comstedt <marcus@mc.pp.se> Signed-off-by: Sam James <sam@gentoo.org>
Repository mirror & CI · gentoo
Merge updates from master
matoro · gentoo
dev-haskell/tasty-expected-failure: keyword 0.11.1.2 for ~ppc64
Signed-off-by: matoro <matoro@users.noreply.github.com> Signed-off-by: Sam James <sam@gentoo.org>
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>