testbldr

Functions

pub fn demonstrate(
  with input: List(Test),
  that name: String,
) -> Nil

Run the tests and print the test run output

pub fn describe(
  name: String,
  fun: fn() -> List(Test),
) -> #(String, List(Test))
pub fn named(name: String, new_test: fn() -> TestOutcome) -> Test

Creates a new test with the given name

Search Document