unison-cli-0.0.0
Safe HaskellNone
LanguageHaskell2010

Unison.Codebase.Editor.HandleInput.Tests

Synopsis

Documentation

handleTest :: TestInput -> Cli () Source #

Handle a test command. Run pure tests in the current subnamespace.

runIOTestsWithProgress :: (Monad m, Ord r) => ((Int, Int) -> r -> m ()) -> (r -> m ([Text], [Text])) -> ((Int, Int) -> r -> Bool -> m ()) -> [r] -> m (Map r [Text], Map r [Text]) Source #

Run tests in order and report their progress.