Safe Haskell | Safe-Inferred |
---|---|
Language | Haskell2010 |
Synopsis
Documentation
instrumentTestTree :: TestTree -> IO TestTree Source #
Transform a TestTree
into one that emits spans around tests and test groups.
instrumentTestTreeWithTracer :: Tracer -> TestTree -> TestTree Source #
See instrumentTestTree
.