Current section

Files

Jump to
startest src startest.app.src
Raw

src/startest.app.src

{application, startest, [
{vsn, "0.2.1"},
{applications, [argv,
bigben,
birl,
exception,
gleam_community_ansi,
gleam_erlang,
gleam_javascript,
gleam_stdlib,
glint,
simplifile,
tom]},
{description, "A testing framework to help you shoot for the stars"},
{modules, [startest,
startest@assertion_error,
startest@cli,
startest@config,
startest@context,
startest@expect,
startest@internal@gleam_toml,
startest@internal@process,
startest@internal@runner,
startest@internal@runner@backend@erlang,
startest@internal@runner@backend@javascript,
startest@internal@runner@core,
startest@locator,
startest@logger,
startest@reporter,
startest@reporters,
startest@reporters@default,
startest@reporters@dot,
startest@test_case,
startest@test_failure,
startest@test_tree]},
{registered, []}
]}.