View Source MixTestInteractive.TestRunner behaviour (mix test.interactive v4.1.1)
Behaviour for custom test runners.
Any custom runner defined in the configuration or by command-line options must implement this behaviour, either explicitly or implicitly.
Summary
Callbacks
@callback run(MixTestInteractive.Config.t(), [String.t()]) :: :ok