forked from loafle/openapi-generator-original
* Generator erlang-proper Used to generate PropEr generators for property-based testing * Rearrange *_statem.erl functions and remove *_statem.hrl * Optional weight function * Optional argument to override generated values * Export function with arity 1 * Move syntactic sugar to header file * Only provide body when its allowed * The weight function should not depend on the state
7 lines
152 B
Erlang
7 lines
152 B
Erlang
{erl_opts, [debug_info, warnings_as_errors]}.
|
|
|
|
{deps, [{jsx, "2.9.0"}, {proper, "1.3.0"}]}.
|
|
|
|
{shell, [{apps, [petstore]}]}.
|
|
|
|
{plugins, [rebar3_proper]}. |