软件包:libghc-tasty-expected-failure-dev(0.11.1.2-1 以及其他的)
libghc-tasty-expected-failure-dev 的相关链接
Debian 的资源:
下载源码包 haskell-tasty-expected-failure:
- [haskell-tasty-expected-failure_0.11.1.2-1.dsc]
- [haskell-tasty-expected-failure_0.11.1.2.orig.tar.gz]
- [haskell-tasty-expected-failure_0.11.1.2-1.debian.tar.xz]
维护小组:
外部的资源:
- 主页 [github.com]
相似软件包:
- libghc-tasty-expected-failure-prof
- libghc-tasty-discover-dev
- libghc-tasty-discover-doc
- libghc-tasty-discover-prof
- libghc-tasty-ant-xml-dev
- libghc-should-not-typecheck-dev
- libghc-tasty-ant-xml-doc
- libghc-tasty-ant-xml-prof
- libghc-should-not-typecheck-doc
- libghc-should-not-typecheck-prof
- libghc-tasty-hedgehog-dev
mark tasty tests as failure-expected
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 a library for the Haskell programming language. See http://www.haskell.org/ for more information on Haskell.
其他与 libghc-tasty-expected-failure-dev 有关的软件包
|
|
|
|
-
- dep: libc6 (>= 2.4)
- GNU C 语言运行库:共享库
同时作为一个虚包由这些包填实: libc6-udeb
-
- dep: libghc-base-dev-4.13.0.0-5b8ba
- 本虚包由这些包填实: ghc
-
- dep: libghc-tagged-dev-0.8.6-91662
- 本虚包由这些包填实: libghc-tagged-dev
-
- dep: libghc-tasty-dev-1.2.3-9a0e5
- 本虚包由这些包填实: libghc-tasty-dev
-
- dep: libgmp10
- 多精度运算库
-
- sug: libghc-tasty-expected-failure-doc
- mark tasty tests as failure-expected; documentation
-
- sug: libghc-tasty-expected-failure-prof
- mark tasty tests as failure-expected; profiling libraries