diff options
Diffstat (limited to 'dev-haskell/tasty-expected-failure/metadata.xml')
| -rw-r--r-- | dev-haskell/tasty-expected-failure/metadata.xml | 17 |
1 files changed, 0 insertions, 17 deletions
diff --git a/dev-haskell/tasty-expected-failure/metadata.xml b/dev-haskell/tasty-expected-failure/metadata.xml index 0d812e115dae..3d015d9cde4c 100644 --- a/dev-haskell/tasty-expected-failure/metadata.xml +++ b/dev-haskell/tasty-expected-failure/metadata.xml @@ -5,23 +5,6 @@ <email>haskell@gentoo.org</email> <name>Gentoo Haskell</name> </maintainer> - <longdescription> - 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. - </longdescription> <origin>gentoo-staging</origin> </pkgmetadata>
\ No newline at end of file |
