tasty-hunit-compat: Tasty integration with the existing HUnit package.

[ library, mpl, testing ] [ Propose Tags ]

Existing `tasty-hunit` package now declares its own testing primitives. This package provides an integration of the existing HUnit package with Tasty that inter-operates properly with other HUnit code.


[Skip to Readme]

Modules

[Index] [Quick Jump]

Downloads

Maintainer's Corner

Package maintainers

For package maintainers and hackage trustees

Candidates

  • No Candidates
Versions [RSS] 0.1.0, 0.2, 0.2.0.1
Dependencies base (>=4.7 && <5), HUnit, tasty, tasty-hunit [details]
License MPL-2.0
Copyright 2020 Tocqueville Group
Author Serokell, Tocqueville Group
Maintainer Serokell <hi@serokell.io>
Category Testing
Home page https://gitlab.com/morley-framework/morley
Source repo head: git clone git@gitlab.com:morley-framework/morley.git
Uploaded by martoon at 2020-02-05T13:50:36Z
Distributions LTSHaskell:0.2.0.1, NixOS:0.2.0.1
Reverse Dependencies 2 direct, 4 indirect [details]
Downloads 1114 total (15 in the last 30 days)
Rating (no votes yet) [estimated by Bayesian average]
Your Rating
  • λ
  • λ
  • λ
Status Docs available [build log]
Last success reported on 2020-02-05 [all 1 reports]

Readme for tasty-hunit-compat-0.1.0

[back to package description]

Tasty-hunit-compat

This package provides a proper integration of HUnit package with tasty testing framework.

Problem with tasty-hunit package is that it defines its own primitives so tests written using HUnit cannot work properly. In particular, HUnitFailure exception of HUnit package is not handled as assertion error.

One solution would be not to use HUnit at all, but we find this fragile and inconvenient.

This subproject should be moved to a separate repository soon.