summaryrefslogtreecommitdiff
path: root/src/rebar_prv_eunit.erl
Commit message (Expand)AuthorAgeFilesLines
* catch badarg exception from eunit in `rebar_prv_eunit`alisdair sullivan2017-02-051-7/+10
* eunit: remove application modules from the modules eligible to testalisdair sullivan2016-12-231-4/+5
* don't filter eunit test modules based on file extensionalisdair sullivan2016-12-221-2/+2
* Fix regex match for ignored fileFred Hebert2016-12-091-1/+1
* Restrict regexp to match on files starting with '._'Roberto Aloi2016-12-061-1/+1
* Add 'recursive' optionSiri Hansen2016-11-211-1/+1
* Fix rebar3 dialyzer warningsFred Hebert2016-11-191-10/+4
* allow using an alternate regex to locate test modules during eunit runsalisdair sullivan2016-09-201-7/+12
* Add sname, name, setcookie option in eunit, ctsoranoba2016-04-071-8/+14
* supported dist_node in ct and eunitsoranoba2016-04-071-0/+5
* move definition of 'EUNIT' macro to eunit provideralisdair sullivan2016-03-031-1/+19
* Add short-options to the eunit provider.Alexander Færøy2016-02-281-4/+4
* in providers that don't run per app run all available hooksTristan Sloughter2016-02-281-3/+3
* deduplicate default test set generated by `rebar3 eunit`alisdair sullivan2016-01-171-10/+39
* Merge pull request #1018 from talentdeficit/cover_what_are_you_doooooingFred Hebert2016-01-161-4/+3
|\
| * change detection of valid modules for `eunit`alisdair sullivan2016-01-131-4/+3
* | Merge pull request #1021 from tsloughter/masterTristan Sloughter2016-01-151-1/+2
|\ \ | |/ |/|
| * convert 'app' to 'application' in eunit_opts to match cmdline argsTristan Sloughter2016-01-151-1/+2
* | when using the `--file' argument to `eunit' paths were being convertedalisdair sullivan2016-01-121-9/+20
|/
* Default to no eunit formatter if verbose specifiedJulian Squires2015-12-011-1/+2
* fetch eunit_formatters config not from the command args but from the configTristan Sloughter2015-11-301-1/+1
* error on ct/eunit argument errors instead of warningalisdair sullivan2015-11-151-95/+115
* warn on incorrectly specified test options in `rebar.config`alisdair sullivan2015-11-141-8/+26
* add space before end so eyes don't bleedTristan Sloughter2015-11-131-1/+1
* include Sean Cribbs eunit formatter by defaultTristan Sloughter2015-11-131-3/+14
* add an option to soft purge rather than purge old codealisdair sullivan2015-11-011-1/+1
* Merge pull request #895 from talentdeficit/delay_eunit_validationFred Hebert2015-11-011-23/+24
|\
| * delay validation of eunit tests until just before runningalisdair sullivan2015-10-301-23/+24
* | move test profile bootstrap into corealisdair sullivan2015-10-301-20/+1
|/
* remove unnecessary filtering of checkapps from project apps in `rebar_prv_eunit`alisdair sullivan2015-10-261-16/+4
* restore debug calls to `rebar_erlc_compiler` and `rebar_prv_eunit`alisdair sullivan2015-10-261-2/+2
* refactor `rebar_erlc_compiler`alisdair sullivan2015-10-261-65/+102
* fix failing cover testalisdair sullivan2015-09-291-6/+27
* shiny and new test suite for eunit provideralisdair sullivan2015-09-291-107/+124
* inject `eunit_compile_opts`, `eunit_first_files` and `TEST` macroalisdair sullivan2015-09-291-11/+36
* Revert "drop `eunit_first_files' and `eunit_compile_opts'. that's what"alisdair sullivan2015-09-291-2/+23
* drop `eunit_first_files' and `eunit_compile_opts'. that's whatalisdair sullivan2015-09-291-23/+2
* add `application' flag and additional testsalisdair sullivan2015-09-291-8/+9
* add `error_on_warning' option to eunit provideralisdair sullivan2015-09-291-22/+51
* reworked eunit provider to allow access to full range of eunit testsalisdair sullivan2015-09-291-92/+97
* improve `--help' documentation for eunit provideralisdair sullivan2015-08-161-5/+5
* add support for `rebar3 eunit --file=...'alisdair sullivan2015-08-151-3/+29
* Revert "don't add `{extra_src_dirs, ["test"]}` to `test` profile"alisdair sullivan2015-07-121-42/+20
* Merge pull request #487 from ferd/fix-provider-barenessTristan Sloughter2015-05-301-1/+1
|\
| * fix bareness issuesFred Hebert2015-05-311-1/+1
* | move handling of undefined app state to functionTristan Sloughter2015-05-221-8/+1
|/
* don't add `{extra_src_dirs, ["test"]}` to `test` profilealisdair sullivan2015-05-201-20/+49
* purge loaded code when it conflicts with project apps in testsTristan Sloughter2015-05-181-2/+3
* generalize the "test" special dir into an {extra_src_dirs, [...]} optionalisdair sullivan2015-05-161-41/+20
* real bootstrappingTristan Sloughter2015-04-221-1/+1