Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | 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 | |