diff options
author | Andrew Thompson <andrew@hijacked.us> | 2011-04-05 12:44:44 -0400 |
---|---|---|
committer | Tuncer Ayaz <tuncer.ayaz@gmail.com> | 2011-04-06 18:56:35 +0200 |
commit | 310a1bb7ea0dbceab962c4a24afde3b958d6bc21 (patch) | |
tree | a1f84deccc9208441088ee959a91adc67c16b743 /src/rebar_deps.erl | |
parent | 153aabee9b2fb6556c033c4380f84c458e376d5e (diff) |
New eunit param skip_app, allow suite to be a list
This patch allows the 'suite' argument to eunit to be a comma separated
list of modules to test instead of being a single module. This allows
fine-grained testing when one test suite interferes with another and its
not clear which suite is causing the problem. It also lets you run the
test suite in a different order for a similar reason.
The other enhancement is to add a new eunit parameter; 'skip_app' which
like 'app' is a comma separated list of modules to skip testing on. This
parameter is only applied if the app parameter is not passed. Its
purpose is to avoid forcing you to specify all the apps to test if you
only want to skip a handful and there are many apps to test.
Diffstat (limited to 'src/rebar_deps.erl')
0 files changed, 0 insertions, 0 deletions