Current section
Files
Jump to
Current section
Files
src/startest.app.src
{application, startest, [
{vsn, "0.8.0"},
{applications, [argv,
bigben,
exception,
gleam_community_ansi,
gleam_erlang,
gleam_javascript,
gleam_regexp,
gleam_stdlib,
gleam_time,
glint,
simplifile,
tom]},
{description, "A testing framework to help you shoot for the stars"},
{modules, [startest,
startest@@main,
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@internal@unsafe,
startest@locator,
startest@logger,
startest@reporter,
startest@reporters,
startest@reporters@default,
startest@reporters@dot,
startest@test_case,
startest@test_failure,
startest@test_tree,
startest_ffi]},
{registered, []}
]}.