Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | fix compile/3 call in common_test provider | Tristan Sloughter | 2015-03-01 | 1 | -1/+1 |
| | |||||
* | update compile call from common test provider with new outdir | Tristan Sloughter | 2015-02-28 | 1 | -1/+2 |
| | |||||
* | fix error where an exception in ct could hang rebar by monitoring | alisdair sullivan | 2015-02-18 | 1 | -2/+4 |
| | | | | the process where ct is performed | ||||
* | suppress common_test output unless `rebar3 ct` is run with verbose switch | alisdair sullivan | 2015-02-17 | 1 | -8/+33 |
| | |||||
* | don't lose erl_opts when compiling for tests | Tristan Sloughter | 2015-01-23 | 1 | -2/+2 |
| | |||||
* | use new `rebar_file_utils` functions in `eunit` and `ct` providers | alisdair sullivan | 2015-01-16 | 1 | -10/+2 |
| | |||||
* | change more instances of mistyped `erl_first_modules` to | alisdair sullivan | 2015-01-15 | 1 | -1/+1 |
| | | | | | | `erl_first_files` fixes #99 | ||||
* | replace single profile atom in providers with list of profiles | Tristan Sloughter | 2015-01-11 | 1 | -1/+1 |
| | |||||
* | when compiling `common_test` or `eunit` use the same tmp dir | alisdair sullivan | 2015-01-09 | 1 | -5/+17 |
| | | | | from run to run | ||||
* | add support for a bare `test` directory when using `apps` libdirs | alisdair sullivan | 2015-01-08 | 1 | -2/+26 |
| | |||||
* | exclude `_checkouts` from directories to be precompiled for | alisdair sullivan | 2015-01-08 | 1 | -2/+13 |
| | | | | `common_test` and `eunit` providers | ||||
* | adjust handling of `common_test` `dir` option and refactor provider | alisdair sullivan | 2015-01-08 | 1 | -19/+33 |
| | | | | option handling | ||||
* | switch to `lists:ukeymerge` to merge `ct` opts for better behavior | alisdair sullivan | 2015-01-07 | 1 | -13/+1 |
| | | | | in presence of keys defined multiple times | ||||
* | preserve rebar path when running `ct` and `eunit` tests | alisdair sullivan | 2015-01-07 | 1 | -1/+3 |
| | |||||
* | reworked ct provider | alisdair sullivan | 2015-01-06 | 1 | -82/+133 |
| | | | | | | | | | | compiles common test files in a temporary dir (or a user specified dir) and runs tests without leaving artifacts in the source tree precompile tests using `rebar.config` and disable autocompile so project specific options are used fixes #62 | ||||
* | rewrite profiles | Tristan Sloughter | 2014-12-16 | 1 | -6/+1 |
| | |||||
* | Handle more ct_run return values. | omarkj | 2014-12-04 | 1 | -5/+21 |
| | |||||
* | move dir functions from utils to new module rebar_dir | Tristan Sloughter | 2014-12-01 | 1 | -1/+1 |
| | |||||
* | wip: profiles | Tristan Sloughter | 2014-11-29 | 1 | -4/+4 |
| | |||||
* | Transform silent_connections well and parse | omarkj | 2014-11-26 | 1 | -2/+2 |
| | | | | | | verbosity. Verbosity can be a integer but I am parsing it as a term. This will work for integers as well as terms. | ||||
* | Correctly parse create_priv_dir. | omarkj | 2014-11-26 | 1 | -1/+1 |
| | |||||
* | Return errors when tests fail. | omarkj | 2014-11-26 | 1 | -5/+12 |
| | |||||
* | Validate the input as it comes in from the | omarkj | 2014-11-26 | 1 | -40/+95 |
| | | | | | command line by converting things to atoms and splitting up strings where needed. | ||||
* | move back to using format_error/1 | Tristan Sloughter | 2014-11-09 | 1 | -4/+4 |
| | |||||
* | properly reset cwd after finding version of git resource | Tristan Sloughter | 2014-11-05 | 1 | -0/+5 |
| | |||||
* | common test provider must depend on test deps | Tristan Sloughter | 2014-11-04 | 1 | -1/+1 |
| | |||||
* | switch ct provider to use external provider behavior | Tristan Sloughter | 2014-11-03 | 1 | -3/+3 |
| | |||||
* | add help | omarkj | 2014-11-03 | 1 | -9/+110 |
| | |||||
* | common tests -> Common Tests | omarkj | 2014-09-25 | 1 | -1/+1 |
| | |||||
* | Enable ct. | omarkj | 2014-09-19 | 1 | -14/+29 |
| | |||||
* | CT Provider. | omarkj | 2014-09-18 | 1 | -0/+59 |