| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Simplify eunit | Tuncer Ayaz | 2012-07-11 | 1 | -7/+7 |
* | Use filename:join | Tuncer Ayaz | 2012-07-11 | 1 | -3/+3 |
* | Fix rebar_eunit whitespace issues | Tuncer Ayaz | 2012-07-02 | 1 | -6/+5 |
* | Fix cover crash if src_dirs is not default | Motiejus Jakštys | 2012-07-02 | 1 | -2/+11 |
* | Fix #252 (Reported-by: Maxim-Vladimirsky) | Tuncer Ayaz | 2012-06-21 | 1 | -22/+16 |
* | Fix rebar_eunit comments | Tuncer Ayaz | 2012-06-18 | 1 | -1/+1 |
* | Remove ?FAIL in favor of ?ABORT | Dave Smith | 2012-06-08 | 1 | -1/+1 |
* | Fix for destruction of config app vars on reset | Jeremy Raymond | 2012-02-15 | 1 | -1/+36 |
* | Fix whitespace errors | Tuncer Ayaz | 2012-01-17 | 1 | -12/+13 |
* | Delete existing erl files in ?EUNIT_DIR | Francis Joanis | 2012-01-17 | 1 | -0/+21 |
* | Don't kill any inet_gethost_native after eunit | Tomas Abrahamsson | 2011-12-29 | 1 | -1/+5 |
* | Universally support apps=/skip_apps= | Tuncer Ayaz | 2011-12-12 | 1 | -34/+1 |
* | Stop applications before killing extra processes | Klas Johansson | 2011-11-02 | 1 | -3/+4 |
* | Remove modules that fail coverage from the list | Jon Meredith | 2011-10-14 | 1 | -4/+4 |
* | Fix cover_init call to use correct module list | Tuncer Ayaz | 2011-09-01 | 1 | -1/+1 |
* | Keep *_tests not automatically included by eunit | Joseph Wayne Norton | 2011-09-01 | 1 | -9/+16 |
* | Fix R13 compatibility (auto imported monitor/2) | Alfonso De Gregorio | 2011-08-28 | 1 | -1/+1 |
* | Fix Dialyzer warnings | Tuncer Ayaz | 2011-08-25 | 1 | -12/+12 |
* | Merge slf-eunit-process-isolation2 branch | Scott Lystig Fritchie | 2011-08-24 | 1 | -0/+148 |
|\ |
|
| * | Check $ancestors for kernel OTP app processes to not kill | Scott Lystig Fritchie | 2011-08-24 | 1 | -9/+22 |
| * | Add comments on pids not to kill | Scott Lystig Fritchie | 2011-08-23 | 1 | -0/+4 |
| * | Portability via filename:join/1 | Scott Lystig Fritchie | 2011-08-23 | 1 | -2/+3 |
| * | Replace sleep with pause_until_net_kernel_stopped() | Scott Lystig Fritchie | 2011-08-23 | 1 | -1/+17 |
| * | EUnit: reset vm state after test run | Scott Lystig Fritchie | 2011-08-11 | 1 | -0/+114 |
* | | Apply Tidier suggestions | Tuncer Ayaz | 2011-08-20 | 1 | -8/+8 |
|/ |
|
* | Fix handling of {already_started,Pid} from cover:start | David Reid | 2011-08-10 | 1 | -2/+10 |
* | Redirect cover module output to .eunit/cover.log | David Reid | 2011-08-05 | 1 | -3/+22 |
* | Fix eunit regression (reported-by Alexander Dorofeev) | Andrew Thompson | 2011-04-23 | 1 | -1/+4 |
* | New eunit param skip_app, allow suite to be a list | Andrew Thompson | 2011-04-06 | 1 | -8/+25 |
* | Make debug_info default | Tuncer Ayaz | 2011-03-30 | 1 | -2/+2 |
* | Fix regression (thanks Anthony Molinaro) | Tuncer Ayaz | 2011-03-07 | 1 | -4/+5 |
* | Add PropEr support | Tuncer Ayaz | 2011-02-16 | 1 | -17/+24 |
* | Remove export_all directive | Tuncer Ayaz | 2011-02-13 | 1 | -3/+2 |
* | Add eunit_first_files option | Joseph Wayne Norton | 2011-02-13 | 1 | -1/+4 |
* | Clean up code | Tuncer Ayaz | 2011-02-06 | 1 | -26/+40 |
* | Clean up emacs file local variables | Tuncer Ayaz | 2011-01-31 | 1 | -1/+1 |
* | Fix file existence checks | Tuncer Ayaz | 2011-01-13 | 1 | -1/+1 |
* | Tidier improvements | Kostis Sagonas | 2010-10-26 | 1 | -5/+4 |
* | Use eunit_dir() instead of ?EUNIT_DIR since the function exists. | Oscar Hellström | 2010-08-24 | 1 | -1/+1 |
* | Make sure *both* .eunit and ebin directory exists before setting up the code ... | Oscar Hellström | 2010-08-24 | 1 | -1/+2 |
* | Dialyzer related cleanups | Kostis Sagonas | 2010-10-10 | 1 | -15/+20 |
* | Add optional eunit coverage report to terminal | Andrew Thompson | 2010-10-06 | 1 | -2/+32 |
* | Fix dialyzer warning for call to code:which/1 | Tuncer Ayaz | 2010-09-29 | 1 | -1/+2 |
* | beam_lib:chunks needs abs path to beam. | Russell Brown | 2010-07-04 | 1 | -1/+8 |
* | Fix up code path for eunit so that parse transforms in eunit tests work properly | Dave Smith | 2010-06-28 | 1 | -29/+24 |
* | Only skip eunit on apps IIF the app= parameter is specified | Dave Smith | 2010-06-25 | 1 | -7/+14 |
* | Correct typo | Tuncer Ayaz | 2010-06-23 | 1 | -2/+2 |
* | Change console message to debug message (more appropriate) | Dave Smith | 2010-06-22 | 1 | -1/+1 |
* | Adding support for restricting eunit to a specific application | Dave Smith | 2010-06-22 | 1 | -1/+13 |
* | Fix incorrect coverage count when prod modules include EUnit header. | Chris Bernard | 2010-05-15 | 1 | -1/+31 |