aboutsummaryrefslogtreecommitdiff
path: root/spec (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
* Remove some more unused stuff and globals from testsPeter Melnichenko2016-07-0812-21/+17
|
* Make env vars, paths and run commands available on test env loadPeter Melnichenko2016-07-0824-40/+40
|
* Tests: disable insulation and use describe() instead of expose()Peter Melnichenko2016-07-0824-24/+24
|
* Remove all the unused imports in test suitePeter Melnichenko2016-07-0823-49/+13
|
* New test-suite for LuaRocks (#581)robooo2016-07-0725-0/+1532
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