summaryrefslogtreecommitdiff
path: root/src/rebar_eunit.erl
Commit message (Expand)AuthorAgeFilesLines
* Revert "Drop crypto app reliance"Tuncer Ayaz2017-08-201-1/+1
* Drop crypto app relianceTuncer Ayaz2017-08-181-1/+1
* Fix typo in eunit help.Pete Higgins2017-02-211-2/+2
* Introduce and use compat random number moduleTuncer Ayaz2016-08-061-2/+2
* Fix eunit_surefire crash with rebar eunit tests=...Tomas Janousek2016-02-191-1/+6
* Add qualified name tests docs (see pr #119)Sergey Savenko2015-10-251-0/+1
* Suppress missing calls Dialyzer warningsTuncer Ayaz2015-05-221-0/+2
* Manually clean up pathsEvan Vigil-McClanahan2014-08-181-2/+2
* Remove experimental label from 'eunit tests='Tuncer Ayaz2014-07-181-1/+1
* Wrap cover:stop() call as rebar_cover_utils:exit/0Tuncer Ayaz2014-06-141-1/+1
* rebar_eunit: disambiguate internal namingTuncer Ayaz2014-06-141-5/+5
* Add code coverage analysis functionality to `qc'Andras Horvath2014-06-141-223/+5
* Add qualified name tests specification (see #118)Sergey Savenko2014-05-291-68/+103
* eunit: fix dialyzer warnings introduced in 03da5e0bTuncer Ayaz2014-02-201-1/+1
* Add documentationadt-random-suite-orderAndrew Thompson2014-02-071-0/+3
* Add random_suite_order option to eunit commandAndrew Thompson2014-02-071-1/+28
* allow suite[s] or test[s] as options for eunit and ctAndrew J. Stone2014-02-051-4/+20
* Merge pull request #215 from tuncer/experimentalJared Morrow2014-01-161-3/+2
|\
| * Remove experimental flagsTuncer Ayaz2014-01-141-3/+2
* | Document compile_only=trueTuncer Ayaz2014-01-141-1/+2
|/
* Fix is_verbose/1 helper functionTuncer Ayaz2013-12-061-1/+1
* Fix eunit regression introduced in 2716d83a18Tuncer Ayaz2013-09-201-6/+6
* Merge pull request #41 from exterm/cover_html_validityDave Smith2013-06-251-2/+5
|\
| * remove superfluous string concat operator usagePhilip Mueller2013-06-161-3/+3
| * break overlong linePhilip Mueller2013-01-301-1/+2
| * change cover html generation to produce valid htmlPhilip Mueller2012-12-121-2/+4
* | Merge pull request #47 from uwiger/masterDave Smith2013-06-171-1/+2
|\ \
| * | rebar_eunit:reset_after_eunit/1 mustn't remove 'included_applications'Ulf Wiger2012-12-161-1/+2
| |/
* | Merge pull request #24 from legoscia/masterDave Smith2013-06-161-1/+1
|\ \
| * | Run eunit suites in the order specified in the 'suites' command line parameterMagnus Henoch2012-11-201-1/+1
| |/
* | Implement 'rebar help CMD1 CMD2' and extend common 'rebar help' msgTuncer Ayaz2012-12-311-1/+38
* | Fix basho/rebar/issues/286Tuncer Ayaz2012-12-171-1/+0
|/
* eunit: analyze coverage only for cover compiled modulesShunichi Shinohara2012-09-131-1/+3
* Use R15B02 EUnit {test,M,F} primitive as suggested by Richard CarlssonTuncer Ayaz2012-09-061-14/+20
* Comment eunit_test:function_wrapper/2 TODOTuncer Ayaz2012-09-011-0/+1
* rebar_eunit: adapt to R15B02 changesTuncer Ayaz2012-08-311-6/+13
* Stop cover server between eunit runs for speedMarkus Näsman2012-08-301-13/+14
* Fix whitespace error in rebar_eunitTuncer Ayaz2012-08-221-1/+2
* Fix whitespace errors in rebar_ct and rebar_eunitTuncer Ayaz2012-08-221-1/+1
* Cleanup and commentTuncer Ayaz2012-08-201-49/+84
* Fix tests= option not running generator testsRoberto Ostinelli2012-08-201-2/+11
* Add experimental tests= filter without eunit suitesRoberto Ostinelli2012-08-201-8/+16
* Clarify commentsTuncer Ayaz2012-08-121-1/+1
* rebar_eunit: add tests= TODO itemTuncer Ayaz2012-08-111-0/+1
* Add experimental tests= filter for eunit suitesRoberto Ostinelli2012-08-111-26/+142
* rebar_eunit: fix typoTuncer Ayaz2012-08-101-1/+1
* Use separate dirs for eunit and qcTuncer Ayaz2012-08-091-17/+23
* Separate eunit and qc compile optionsTuncer Ayaz2012-08-091-1/+1
* Replace test-compile with compile_only=true optionTuncer Ayaz2012-08-091-20/+18
* Fix whitespace errorTuncer Ayaz2012-08-071-1/+1