garanti/runner

Values

pub fn run(level: garanti.LogLevel) -> Nil

Start a test run.

  • Discovery phase that identifies all available test suites.
  • Run each suite’s tests.
  • Report progress and test result.
pub fn run_with_discovered(
  output: console.Output,
  discovered: List(garanti.Suite),
  execute: fn(console.Output, List(garanti.Suite), Int) -> Nil,
) -> Nil

Run the discovered suites (delegated to the injected execute function).

Analyse, filter (focused), execute.

Search Document