summaryrefslogtreecommitdiff
path: root/test/rebar_eunit_SUITE.erl
Commit message (Expand)AuthorAgeFilesLines
* eunit in 19.3 errors if `init_per_*` isn't paired with `end_per_*`alisdair sullivan2017-03-181-1/+4
* allow using an alternate regex to locate test modules during eunit runsalisdair sullivan2016-09-201-1/+25
* move definition of 'EUNIT' macro to eunit provideralisdair sullivan2016-03-031-6/+37
* deduplicate default test set generated by `rebar3 eunit`alisdair sullivan2016-01-171-5/+9
* Avoid changing directories in test suiteFred Hebert2016-01-071-6/+3
* error on ct/eunit argument errors instead of warningalisdair sullivan2015-11-151-1/+64
* delay validation of eunit tests until just before runningalisdair sullivan2015-10-301-6/+12
* refactor `rebar_erlc_compiler`alisdair sullivan2015-10-261-5/+13
* shiny and new test suite for eunit provideralisdair sullivan2015-09-291-517/+391
* fix test names in `eunit_test_SUITE`alisdair sullivan2015-09-291-46/+46
* inject `eunit_compile_opts`, `eunit_first_files` and `TEST` macroalisdair sullivan2015-09-291-3/+76
* add `application' flag and additional testsalisdair sullivan2015-09-291-9/+74
* add `error_on_warning' option to eunit provideralisdair sullivan2015-09-291-24/+78
* reworked eunit provider to allow access to full range of eunit testsalisdair sullivan2015-09-291-96/+38
* add support for `rebar3 eunit --file=...'alisdair sullivan2015-08-151-2/+58
* only look for top level apps and those directly under apps/ or lib/Tristan Sloughter2015-07-161-19/+19
* real bootstrappingTristan Sloughter2015-04-221-6/+6
* filter checkapps via `rebar_app_info:is_checkout` rather thanalisdair sullivan2015-03-241-2/+22
* add `--app=...` and `--suite=...` options for the eunit provider toalisdair sullivan2015-03-241-2/+196
* add a more direct way to generate an `eunitized` test app toalisdair sullivan2015-03-241-7/+152
* Add test case to eunit test suiteKelly McLaughlin2015-03-231-2/+14
* switch from loading modules to read compile info to using `beam_lib`alisdair sullivan2015-03-051-3/+3
* test for eunit provideralisdair sullivan2015-01-061-0/+37