Current section

Files

Jump to
dream_test src dream_test.app.src
Raw

src/dream_test.app.src

{application, dream_test, [
{vsn, "1.0.0"},
{applications, [gleam_erlang,
gleam_otp,
gleam_stdlib]},
{description, "A testing framework for Gleam that gets out of your way"},
{modules, [dream_test@@main,
dream_test@assertions@should,
dream_test@context,
dream_test@matchers@boolean,
dream_test@matchers@collection,
dream_test@matchers@comparison,
dream_test@matchers@equality,
dream_test@matchers@option,
dream_test@matchers@result,
dream_test@matchers@string,
dream_test@parallel,
dream_test@process,
dream_test@reporter@bdd,
dream_test@runner,
dream_test@sandbox,
dream_test@types,
dream_test@unit]},
{registered, []}
]}.