Current section

Files

Jump to
startest src startest.app.src
Raw

src/startest.app.src

{application, startest, [
{vsn, "0.1.0"},
{applications, [exception,
gleam_community_ansi,
gleam_stdlib,
simplifile]},
{description, "A testing framework to help you shoot for the stars"},
{modules, [startest,
startest@assertion_error,
startest@expect,
startest@internal@process,
startest@reporter,
startest@reporters@default,
startest@runner,
startest@test_case,
startest@test_failure,
startest@test_tree]},
{registered, []}
]}.