convex-tasty-streaming
Safe HaskellSafe-Inferred
LanguageHaskell2010

Convex.Tasty.Streaming.TreeMap

Synopsis

Documentation

buildTestMap :: OptionSet -> TestTree -> IO (IntMap TestInfo) Source #

Build a mapping from StatusMap integer indices to test metadata.

The indices correspond to the order tests appear during a fold of the TestTree, which is the same order Tasty uses when building the StatusMap.