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

This should improve the test-report since showtime can make more assumption on the data passed when failing an assertion.

Installation

gleam add showtime

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

Search Document