1 2 3 4 5 6 7 8 9 10 11 12
import gleeunit import gleeunit/should pub fn main() { gleeunit.main() } // gleeunit test functions end in `_test` pub fn hello_world_test() { 1 |> should.equal(1) }