Current section

Files

Jump to
rebar3_proper priv templates proper_statem.template
Raw

priv/templates/proper_statem.template

{description, "Template for a statem PropEr suite"}.
{variables, [
{name, "Name of the suite (prop_<name>, model_<name>)"},
{test_dir, "test", "The directory where the test suite goes"}
]}.
{template, "prop_statem.erl.tpl", "{{test_dir}}/prop_{{name}}.erl"}.
{template, "prop_model.erl.tpl", "{{test_dir}}/model_{{name}}.erl"}.