aboutsummaryrefslogtreecommitdiff
path: root/test/test_environment.lua (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
* Test suite: use test/test_environment as busted helperPeter Melnichenko2016-07-081-29/+13
| | | | | | | | 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.
* Tests: infer Lua/LuaJIT versionPeter Melnichenko2016-07-081-28/+24
|
* New test-suite for LuaRocks (#581)robooo2016-07-071-0/+625
First version of new test-suite, using Busted framework based on Google Summer of Code project: https://summerofcode.withgoogle.com/projects/#5695811874717696 * Rewritten from Bash to Lua * Tests now check if they did what they were supposed to, beyond only checking success or failure of the `luarocks` command * Support for black-box (launching `luarocks` as an external command) and white-box (testing functions in modules directly) testing