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

Safe HaskellNone
LanguageHaskell2010

Test.Tasty.HClTest

Description

This module provides support for running hcltest cases using tasty.

Synopsis

Documentation

hcltest :: TestName -> HClTest Trace () -> TestTree Source

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