aboutsummaryrefslogtreecommitdiff
path: root/.busted (follow)
Commit message (Collapse)AuthorAgeFilesLines
* use busted-htestHisham Muhammad2020-04-211-1/+1
|
* Busted: do not run spec files inside fixtureHisham Muhammad2018-05-071-0/+1
|
* Tests: add unit test for fs.is_fileHisham Muhammad2018-02-221-0/+2
|
* Reorganize test suite filesHisham Muhammad2018-01-081-1/+1
|
* 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.