summaryrefslogtreecommitdiff
path: root/src/rebar_eunit.erl
Commit message (Expand)AuthorAgeFilesLines
* Fix rebar_eunit whitespace issuesTuncer Ayaz2012-07-021-6/+5
* Fix cover crash if src_dirs is not defaultMotiejus Jakštys2012-07-021-2/+11
* Fix #252 (Reported-by: Maxim-Vladimirsky)Tuncer Ayaz2012-06-211-22/+16
* Fix rebar_eunit commentsTuncer Ayaz2012-06-181-1/+1
* Remove ?FAIL in favor of ?ABORTDave Smith2012-06-081-1/+1
* Fix for destruction of config app vars on resetJeremy Raymond2012-02-151-1/+36
* Fix whitespace errorsTuncer Ayaz2012-01-171-12/+13
* Delete existing erl files in ?EUNIT_DIRFrancis Joanis2012-01-171-0/+21
* Don't kill any inet_gethost_native after eunitTomas Abrahamsson2011-12-291-1/+5
* Universally support apps=/skip_apps=Tuncer Ayaz2011-12-121-34/+1
* Stop applications before killing extra processesKlas Johansson2011-11-021-3/+4
* Remove modules that fail coverage from the listJon Meredith2011-10-141-4/+4
* Fix cover_init call to use correct module listTuncer Ayaz2011-09-011-1/+1
* Keep *_tests not automatically included by eunitJoseph Wayne Norton2011-09-011-9/+16
* Fix R13 compatibility (auto imported monitor/2)Alfonso De Gregorio2011-08-281-1/+1
* Fix Dialyzer warningsTuncer Ayaz2011-08-251-12/+12
* Merge slf-eunit-process-isolation2 branchScott Lystig Fritchie2011-08-241-0/+148
|\
| * Check $ancestors for kernel OTP app processes to not killScott Lystig Fritchie2011-08-241-9/+22
| * Add comments on pids not to killScott Lystig Fritchie2011-08-231-0/+4
| * Portability via filename:join/1Scott Lystig Fritchie2011-08-231-2/+3
| * Replace sleep with pause_until_net_kernel_stopped()Scott Lystig Fritchie2011-08-231-1/+17
| * EUnit: reset vm state after test runScott Lystig Fritchie2011-08-111-0/+114
* | Apply Tidier suggestionsTuncer Ayaz2011-08-201-8/+8
|/
* Fix handling of {already_started,Pid} from cover:startDavid Reid2011-08-101-2/+10
* Redirect cover module output to .eunit/cover.logDavid Reid2011-08-051-3/+22
* Fix eunit regression (reported-by Alexander Dorofeev)Andrew Thompson2011-04-231-1/+4
* New eunit param skip_app, allow suite to be a listAndrew Thompson2011-04-061-8/+25
* Make debug_info defaultTuncer Ayaz2011-03-301-2/+2
* Fix regression (thanks Anthony Molinaro)Tuncer Ayaz2011-03-071-4/+5
* Add PropEr supportTuncer Ayaz2011-02-161-17/+24
* Remove export_all directiveTuncer Ayaz2011-02-131-3/+2
* Add eunit_first_files optionJoseph Wayne Norton2011-02-131-1/+4
* Clean up codeTuncer Ayaz2011-02-061-26/+40
* Clean up emacs file local variablesTuncer Ayaz2011-01-311-1/+1
* Fix file existence checksTuncer Ayaz2011-01-131-1/+1
* Tidier improvementsKostis Sagonas2010-10-261-5/+4
* Use eunit_dir() instead of ?EUNIT_DIR since the function exists.Oscar Hellström2010-08-241-1/+1
* Make sure *both* .eunit and ebin directory exists before setting up the code ...Oscar Hellström2010-08-241-1/+2
* Dialyzer related cleanupsKostis Sagonas2010-10-101-15/+20
* Add optional eunit coverage report to terminalAndrew Thompson2010-10-061-2/+32
* Fix dialyzer warning for call to code:which/1Tuncer Ayaz2010-09-291-1/+2
* beam_lib:chunks needs abs path to beam.Russell Brown2010-07-041-1/+8
* Fix up code path for eunit so that parse transforms in eunit tests work properlyDave Smith2010-06-281-29/+24
* Only skip eunit on apps IIF the app= parameter is specifiedDave Smith2010-06-251-7/+14
* Correct typoTuncer Ayaz2010-06-231-2/+2
* Change console message to debug message (more appropriate)Dave Smith2010-06-221-1/+1
* Adding support for restricting eunit to a specific applicationDave Smith2010-06-221-1/+13
* Fix incorrect coverage count when prod modules include EUnit header.Chris Bernard2010-05-151-1/+31
* Taught eunit/coverage to split the src module coverage stats from any test code.Jon Meredith2010-05-031-19/+32
* Copy all source files for eunit to .eunit directory so that cover works prope...Dave Smith2010-05-031-1/+1