showtime

Package Version Hex Docs

A Gleam project

Quick start

In your main test-file, replace:

gleeunit.main()

with:

showtime.main()

Its also possible to replace the import:

import gleeunit/should

with:

import showtime/tests/should

but it only works for equal and not_equal so far.

Installation

gleam add showtime

and its documentation can be found at https://hexdocs.pm/showtime.

Search Document