aboutsummaryrefslogtreecommitdiff
path: root/.busted (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Tests: disable insulation and use describe() instead of expose()Peter Melnichenko2016-07-081-1/+2
|
* Test suite: use test/test_environment as busted helperPeter Melnichenko2016-07-081-0/+5
When parsing test options, instead of directly looking for '-Xhelper' in arguments and splitting the next arguments on commas add .busted config to set test/test_environment as busted helper. Then busted will do the splitting on its own and set global arg to split options.