haskell-tasty-expected-failure 0.11.1.1-3 source package in Ubuntu

Changelog

haskell-tasty-expected-failure (0.11.1.1-3) unstable; urgency=medium

  * Patch for newer deps

 -- Gianfranco Costamagna <email address hidden>  Wed, 28 Aug 2019 13:55:34 +0200

Upload details

Uploaded by:
Debian Haskell Group
Uploaded to:
Sid
Original maintainer:
Debian Haskell Group
Architectures:
any all
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Focal release universe misc

Downloads

File Size SHA-256 Checksum
haskell-tasty-expected-failure_0.11.1.1-3.dsc 2.5 KiB 9c79b52298a6b0b63e1272e45b4f05263eb3b4b07ad4e8e873617d9f5a34e788
haskell-tasty-expected-failure_0.11.1.1.orig.tar.gz 3.7 KiB 519a5c0d2ef9dd60355479f11ca47423133364f20ad3151f3c8b105313405ac4
haskell-tasty-expected-failure_0.11.1.1-3.debian.tar.xz 2.5 KiB 7dfd53c8479e0ab6c4dd28c8d7687726e9a04527ded0408970154a836baf89f2

No changes file available.

Binary packages built by this source

libghc-tasty-expected-failure-dev: No summary available for libghc-tasty-expected-failure-dev in ubuntu eoan.

No description available for libghc-tasty-expected-failure-dev in ubuntu eoan.

libghc-tasty-expected-failure-doc: No summary available for libghc-tasty-expected-failure-doc in ubuntu eoan.

No description available for libghc-tasty-expected-failure-doc in ubuntu eoan.

libghc-tasty-expected-failure-prof: mark tasty tests as failure-expected; profiling libraries

 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, compiled
 for profiling. See http://www.haskell.org/ for more information on Haskell.