| Commit message (Expand) | Author | Age | Files | Lines |
* | Unicode support in all the places | Fred Hebert | 2017-08-06 | 1 | -1/+1 |
* | add compile_only option to ct provider | Tristan Sloughter | 2017-07-13 | 1 | -2/+12 |
* | Handle internal CT failures | Fred Hebert | 2017-05-11 | 1 | -2/+9 |
* | Drop R15 support | Fred Hebert | 2017-05-03 | 1 | -3/+0 |
* | Fix typo, occured -> occurred | Luis Rascao | 2017-04-12 | 1 | -1/+1 |
* | Typo: seperate -> separate | Michiel Beijen | 2017-03-27 | 1 | -8/+8 |
* | Allow single test spec in ct_opts | Siri Hansen | 2017-03-06 | 1 | -12/+15 |
* | Handle errors from ct_testspec | Siri Hansen | 2016-12-22 | 1 | -3/+5 |
* | Make sure ct_testspec is loaded | Siri Hansen | 2016-12-22 | 1 | -0/+1 |
* | Add all dirs from test spec | Siri Hansen | 2016-12-20 | 1 | -12/+69 |
* | Allow using relative path to suite in project root | Siri Hansen | 2016-12-13 | 1 | -14/+1 |
* | Translate path to testspec | Siri Hansen | 2016-12-09 | 1 | -33/+28 |
* | Add directory of testspec as extra_src_dir | Siri Hansen | 2016-12-08 | 1 | -8/+8 |
* | Improve merge of command line options and config options | Siri Hansen | 2016-12-07 | 1 | -25/+52 |
* | Fix rebar3 dialyzer warnings | Fred Hebert | 2016-11-19 | 1 | -11/+4 |
* | fix "helpful" compiler spelling correction | alisdair sullivan | 2016-10-17 | 1 | -1/+1 |
* | allow test specifications to be passed via the command line | alisdair sullivan | 2016-10-17 | 1 | -3/+8 |
* | Some post-review changes: | Alexander Sedov | 2016-10-11 | 1 | -0/+4 |
* | Avoid backward-compatibility-breaking changes. | Alexander Sedov | 2016-10-11 | 1 | -3/+3 |
* | Made reading sys.configs consistent with OTP specification. | Alexander Sedov | 2016-10-11 | 1 | -3/+3 |
* | Made Common Test load the user's applications before slurping config. | Alexander Sedov | 2016-10-11 | 1 | -0/+1 |
* | Typo fix. | Alexander Sedov | 2016-08-04 | 1 | -1/+1 |
* | add support for passing a sys_config to common test | Tristan Sloughter | 2016-06-11 | 1 | -1/+24 |
* | Add sname, name, setcookie option in eunit, ct | soranoba | 2016-04-07 | 1 | -1/+10 |
* | supported dist_node in ct and eunit | soranoba | 2016-04-07 | 1 | -0/+5 |
* | allow all `ct_opts` arguments to be passed through to `ct:run_test/1` | alisdair sullivan | 2016-04-01 | 1 | -2/+4 |
* | move definition of 'EUNIT' macro to eunit provider | alisdair sullivan | 2016-03-03 | 1 | -1/+19 |
* | Take CT options errors and turn them to warnings | Fred Hebert | 2016-03-02 | 1 | -6/+9 |
* | Merge pull request #1099 from talentdeficit/ct_include | Tristan Sloughter | 2016-03-01 | 1 | -14/+30 |
|\ |
|
| * | add support for common tests `include` flag | alisdair sullivan | 2016-03-01 | 1 | -14/+30 |
* | | Merge pull request #1098 from talentdeficit/ct_warn_on_cover_spec | Tristan Sloughter | 2016-03-01 | 1 | -1/+3 |
|\ \ |
|
| * | | add a link to the docs about `test_spec` and `cover` in ct warnings | alisdair sullivan | 2016-03-01 | 1 | -2/+2 |
| * | | error on a cover spec in ct_opts | alisdair sullivan | 2016-03-01 | 1 | -0/+2 |
| |/ |
|
* | | in providers that don't run per app run all available hooks | Tristan Sloughter | 2016-02-28 | 1 | -4/+5 |
|/ |
|
* | fix paths for multiple app projects when running ct with no --dir argument | alisdair sullivan | 2016-01-30 | 1 | -7/+13 |
* | don't strip the project apps when running `ct` with just a root suite specified | alisdair sullivan | 2016-01-30 | 1 | -2/+3 |
* | put `extra' ct test suites in `extras/apps/APPNAME' rather than `extras' | alisdair sullivan | 2015-12-20 | 1 | -1/+2 |
* | allow ct suites to be specified at the root of a project (or root of app) | alisdair sullivan | 2015-12-20 | 1 | -2/+27 |
* | whitespace cleanup | alisdair sullivan | 2015-12-20 | 1 | -1/+1 |
* | error on ct/eunit argument errors instead of warning | alisdair sullivan | 2015-11-15 | 1 | -42/+71 |
* | warn on incorrectly specified test options in `rebar.config` | alisdair sullivan | 2015-11-14 | 1 | -6/+21 |
* | Optionally disable readable output | Fred Hebert | 2015-11-13 | 1 | -10/+26 |
* | Prettify all of common test output. | Fred Hebert | 2015-11-13 | 1 | -2/+19 |
* | calculate coverage info as late as possible in ct provider execution | alisdair sullivan | 2015-11-05 | 1 | -3/+4 |
* | add warning about `auto_compile` | alisdair sullivan | 2015-11-02 | 1 | -3/+10 |
* | reenable support for most command line options and rename `ct_tests` to `ct_o... | alisdair sullivan | 2015-11-01 | 1 | -8/+35 |
* | support atom suites in `ct_tests` | alisdair sullivan | 2015-11-01 | 1 | -17/+29 |
* | refactor `rebar_prv_common_test` | alisdair sullivan | 2015-11-01 | 1 | -373/+311 |
* | add an option to soft purge rather than purge old code | alisdair sullivan | 2015-11-01 | 1 | -1/+1 |
* | refactor `rebar_erlc_compiler` | alisdair sullivan | 2015-10-26 | 1 | -43/+1 |