summaryrefslogtreecommitdiff
path: root/src/rebar_prv_common_test.erl
Commit message (Expand)AuthorAgeFilesLines
...
* adjust handling of `common_test` `dir` option and refactor provideralisdair sullivan2015-01-081-19/+33
* switch to `lists:ukeymerge` to merge `ct` opts for better behavioralisdair sullivan2015-01-071-13/+1
* preserve rebar path when running `ct` and `eunit` testsalisdair sullivan2015-01-071-1/+3
* reworked ct provideralisdair sullivan2015-01-061-82/+133
* rewrite profilesTristan Sloughter2014-12-161-6/+1
* Handle more ct_run return values.omarkj2014-12-041-5/+21
* move dir functions from utils to new module rebar_dirTristan Sloughter2014-12-011-1/+1
* wip: profilesTristan Sloughter2014-11-291-4/+4
* Transform silent_connections well and parseomarkj2014-11-261-2/+2
* Correctly parse create_priv_dir.omarkj2014-11-261-1/+1
* Return errors when tests fail.omarkj2014-11-261-5/+12
* Validate the input as it comes in from theomarkj2014-11-261-40/+95
* move back to using format_error/1Tristan Sloughter2014-11-091-4/+4
* properly reset cwd after finding version of git resourceTristan Sloughter2014-11-051-0/+5
* common test provider must depend on test depsTristan Sloughter2014-11-041-1/+1
* switch ct provider to use external provider behaviorTristan Sloughter2014-11-031-3/+3
* add helpomarkj2014-11-031-9/+110
* common tests -> Common Testsomarkj2014-09-251-1/+1
* Enable ct.omarkj2014-09-191-14/+29
* CT Provider.omarkj2014-09-181-0/+59