Skip to content

[#107] Re-export more methods in Test.HUnit.Tasty

Konstantin Ivanov requested to merge martoon/#107-hunit-more-reexports into master

Description

Problem: Test.Tasty.HUnit from tasty-hunit exports many HUnit-related functions, while our version of this module in tasty-hunit-compat does not. If someone switches from tasty-hunit to tasty-hunit-compat then he might need to import some of the used methods directly from Test.HUnit which is inconvenient.

Solution: make our version of Test.Tasty.HUnit export all the same functions which this module from tasty-hunit exports.

I excluded deprecated functions because it's improbable that someone uses them.

Related issue(s)

Resolves #107 (closed)

Checklist for your Merge Request

Related changes (conditional)

  • Tests (see short guidelines)

    • If I added new functionality, I added tests covering it.
    • If I fixed a bug, I added a regression test to prevent the bug from silently reappearing again.
  • Documentation

    • I checked whether I should update the docs and did so if necessary:
    • I updated changelog files of all affected packages released to Hackage if my changes are externally visible.

Stylistic guide (mandatory)

Edited by Konstantin Ivanov

Merge request reports