deps/gleamy_spec/gleeunit

Gleamy Spec Gleeunit Module

This module re-exports gleeunit/should functionality while providing a foundation for future BDD-style assertions and matchers.

Values

pub const be_error: fn(Result(a, b)) -> b
pub const be_false: fn(Bool) -> Nil
pub const be_ok: fn(Result(a, b)) -> a
pub const be_true: fn(Bool) -> Nil
pub const equal: fn(a, a) -> Nil
pub const fail: fn() -> Nil
pub const main: fn() -> Nil
pub const not_equal: fn(a, a) -> Nil
Search Document