glacier/should

A proxy module into gleeunit/should

If you are consistently using glacier (which wraps gleeunit) instead of gleeunit you may replace all import gleeunit/should with import glacier/should.

Functions

pub fn be_error(result: Result(a, b)) -> b
pub fn be_false(actual: Bool) -> Nil
pub fn be_none(a: Option(a)) -> Nil
pub fn be_ok(result: Result(a, b)) -> a
pub fn be_some(a: Option(a)) -> a
pub fn be_true(actual: Bool) -> Nil
pub fn equal(a: a, b: a) -> Nil
pub fn fail() -> Nil
pub fn not_equal(a: a, b: a) -> Nil
Search Document