This library is in flux. APIs may change without notice. Generated from source with koruc 0.1.7 on 9/16/2026.

Testing.assert

~import std/testing.assert

Koru Standard Library: the `assert` part of testing.kz.

testing.assert.kz · 5 tors

Koru Standard Library: the `assert` part of testing.kz. Joined via `~part assert` in testing.kz; merged into the testing module at load. Assertions Pass-through assertion checkpoint Usage: assert(u.name == "Alice") |> next_step() Panics with message if expression is false, otherwise continues

assert

keywordcomptimetransformpure koru_std/testing.assert.kz:11

assert.ok

keywordcomptimetransformpure koru_std/testing.assert.kz:79

assert.fail

keyword koru_std/testing.assert.kz:87

assert.contains

keyword koru_std/testing.assert.kz:102