index
:
rebar3.git
master
Clone of https://github.com/erlang/rebar3
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
rebar_prv_eunit.erl
Commit message (
Expand
)
Author
Age
Files
Lines
*
Abstracted path management
Fred Hebert
2018-10-11
1
-4
/
+4
*
add eunit and ct option to set coverdata file name
Tristan Sloughter
2017-12-04
1
-1
/
+4
*
OTP-21 readiness, Full Unicode support
Fred Hebert
2017-11-16
1
-1
/
+2
*
catch badarg exception from eunit in `rebar_prv_eunit`
alisdair sullivan
2017-02-05
1
-7
/
+10
*
eunit: remove application modules from the modules eligible to test
alisdair sullivan
2016-12-23
1
-4
/
+5
*
don't filter eunit test modules based on file extension
alisdair sullivan
2016-12-22
1
-2
/
+2
*
Fix regex match for ignored file
Fred Hebert
2016-12-09
1
-1
/
+1
*
Restrict regexp to match on files starting with '._'
Roberto Aloi
2016-12-06
1
-1
/
+1
*
Add 'recursive' option
Siri Hansen
2016-11-21
1
-1
/
+1
*
Fix rebar3 dialyzer warnings
Fred Hebert
2016-11-19
1
-10
/
+4
*
allow using an alternate regex to locate test modules during eunit runs
alisdair sullivan
2016-09-20
1
-7
/
+12
*
Add sname, name, setcookie option in eunit, ct
soranoba
2016-04-07
1
-8
/
+14
*
supported dist_node in ct and eunit
soranoba
2016-04-07
1
-0
/
+5
*
move definition of 'EUNIT' macro to eunit provider
alisdair sullivan
2016-03-03
1
-1
/
+19
*
Add short-options to the eunit provider.
Alexander Færøy
2016-02-28
1
-4
/
+4
*
in providers that don't run per app run all available hooks
Tristan Sloughter
2016-02-28
1
-3
/
+3
*
deduplicate default test set generated by `rebar3 eunit`
alisdair sullivan
2016-01-17
1
-10
/
+39
*
Merge pull request #1018 from talentdeficit/cover_what_are_you_doooooing
Fred Hebert
2016-01-16
1
-4
/
+3
|
\
|
*
change detection of valid modules for `eunit`
alisdair sullivan
2016-01-13
1
-4
/
+3
*
|
Merge pull request #1021 from tsloughter/master
Tristan Sloughter
2016-01-15
1
-1
/
+2
|
\
\
|
|
/
|
/
|
|
*
convert 'app' to 'application' in eunit_opts to match cmdline args
Tristan Sloughter
2016-01-15
1
-1
/
+2
*
|
when using the `--file' argument to `eunit' paths were being converted
alisdair sullivan
2016-01-12
1
-9
/
+20
|
/
*
Default to no eunit formatter if verbose specified
Julian Squires
2015-12-01
1
-1
/
+2
*
fetch eunit_formatters config not from the command args but from the config
Tristan Sloughter
2015-11-30
1
-1
/
+1
*
error on ct/eunit argument errors instead of warning
alisdair sullivan
2015-11-15
1
-95
/
+115
*
warn on incorrectly specified test options in `rebar.config`
alisdair sullivan
2015-11-14
1
-8
/
+26
*
add space before end so eyes don't bleed
Tristan Sloughter
2015-11-13
1
-1
/
+1
*
include Sean Cribbs eunit formatter by default
Tristan Sloughter
2015-11-13
1
-3
/
+14
*
add an option to soft purge rather than purge old code
alisdair sullivan
2015-11-01
1
-1
/
+1
*
Merge pull request #895 from talentdeficit/delay_eunit_validation
Fred Hebert
2015-11-01
1
-23
/
+24
|
\
|
*
delay validation of eunit tests until just before running
alisdair sullivan
2015-10-30
1
-23
/
+24
*
|
move test profile bootstrap into core
alisdair sullivan
2015-10-30
1
-20
/
+1
|
/
*
remove unnecessary filtering of checkapps from project apps in `rebar_prv_eunit`
alisdair sullivan
2015-10-26
1
-16
/
+4
*
restore debug calls to `rebar_erlc_compiler` and `rebar_prv_eunit`
alisdair sullivan
2015-10-26
1
-2
/
+2
*
refactor `rebar_erlc_compiler`
alisdair sullivan
2015-10-26
1
-65
/
+102
*
fix failing cover test
alisdair sullivan
2015-09-29
1
-6
/
+27
*
shiny and new test suite for eunit provider
alisdair sullivan
2015-09-29
1
-107
/
+124
*
inject `eunit_compile_opts`, `eunit_first_files` and `TEST` macro
alisdair sullivan
2015-09-29
1
-11
/
+36
*
Revert "drop `eunit_first_files' and `eunit_compile_opts'. that's what"
alisdair sullivan
2015-09-29
1
-2
/
+23
*
drop `eunit_first_files' and `eunit_compile_opts'. that's what
alisdair sullivan
2015-09-29
1
-23
/
+2
*
add `application' flag and additional tests
alisdair sullivan
2015-09-29
1
-8
/
+9
*
add `error_on_warning' option to eunit provider
alisdair sullivan
2015-09-29
1
-22
/
+51
*
reworked eunit provider to allow access to full range of eunit tests
alisdair sullivan
2015-09-29
1
-92
/
+97
*
improve `--help' documentation for eunit provider
alisdair sullivan
2015-08-16
1
-5
/
+5
*
add support for `rebar3 eunit --file=...'
alisdair sullivan
2015-08-15
1
-3
/
+29
*
Revert "don't add `{extra_src_dirs, ["test"]}` to `test` profile"
alisdair sullivan
2015-07-12
1
-42
/
+20
*
Merge pull request #487 from ferd/fix-provider-bareness
Tristan Sloughter
2015-05-30
1
-1
/
+1
|
\
|
*
fix bareness issues
Fred Hebert
2015-05-31
1
-1
/
+1
*
|
move handling of undefined app state to function
Tristan Sloughter
2015-05-22
1
-8
/
+1
|
/
*
don't add `{extra_src_dirs, ["test"]}` to `test` profile
alisdair sullivan
2015-05-20
1
-20
/
+49
[next]