hcltest-0.1: A testing library for command line applications.

Safe HaskellNone

Test.Tasty.HClTest

Description

This module provides support for running hcltest cases using tasty.

Synopsis

Documentation

hcltest :: TestName -> HClTest Trace () -> TestTreeSource

Make a new test case with the given name using a HClTest for testing.