The rebar documentation describes how to create tests inside the module you are developing (e.g. inside src/mymod.erl
).
Does rebar support having the test code in a separate module (e.g. inside test/mymod_test.erl
)?
The rebar documentation describes how to create tests inside the module you are developing (e.g. inside src/mymod.erl
).
Does rebar support having the test code in a separate module (e.g. inside test/mymod_test.erl
)?