套件:libghc-tasty-expected-failure-doc(0.12.3-3)
libghc-tasty-expected-failure-doc 的相關連結
Debian 的資源:
下載原始碼套件 haskell-tasty-expected-failure:
- [haskell-tasty-expected-failure_0.12.3-3.dsc]
- [haskell-tasty-expected-failure_0.12.3.orig.tar.gz]
- [haskell-tasty-expected-failure_0.12.3-3.debian.tar.xz]
維護小組:
外部的資源:
- 主頁 [github.com]
相似套件:
- libghc-tasty-expected-failure-prof
- libghc-tasty-discover-doc
- libghc-tasty-discover-dev
- libghc-tasty-discover-prof
- libghc-tasty-ant-xml-doc
- libghc-should-not-typecheck-doc
- libghc-tasty-ant-xml-dev
- libghc-tasty-hedgehog-doc
- libghc-should-not-typecheck-dev
- libghc-tasty-lua-doc
- libghc-tasty-ant-xml-prof
mark tasty tests as failure-expected; documentation
With the function '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 functions are implemented via the more general 'Test.Tasty.ExpectedFailure.wrapTest', which is also provided.
This package provides the documentation for a library for the Haskell programming language. See http://www.haskell.org/ for more information on Haskell.
其他與 libghc-tasty-expected-failure-doc 有關的套件
|
|
|
|
-
- dep: haddock-interface-42
- 本虛擬套件由這些套件填實: ghc
-
- rec: ghc-doc
- Documentation for the Glasgow Haskell Compilation system
-
- rec: libghc-tagged-doc
- newtype wrappers for phantom types; documentation
-
- rec: libghc-tasty-doc
- Haskell testing framework; documentation
-
- rec: libghc-tasty-expected-failure-dev
- mark tasty tests as failure-expected
-
- rec: libghc-unbounded-delays-doc
- Unbounded thread delays and timeouts; documentation
-
- rec: libjs-mathjax
- JavaScript display engine for LaTeX and MathML
-
- sug: libghc-tasty-expected-failure-prof
- mark tasty tests as failure-expected; profiling libraries