aboutsummaryrefslogtreecommitdiff
path: root/spec/remove_spec.lua (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Add two tests for uppercase rock name argumentsPeter Melnichenko2016-10-261-1/+8
|
* Windows and appveyor support for testsroboo2016-08-211-3/+3
|
* Test improvementsroboo2016-07-191-1/+1
|
* need_rock() added, new flag noreset environmentroboo2016-07-141-3/+4
|
* Make env vars, paths and run commands available on test env loadPeter Melnichenko2016-07-081-2/+2
|
* Tests: disable insulation and use describe() instead of expose()Peter Melnichenko2016-07-081-1/+1
|
* Remove all the unused imports in test suitePeter Melnichenko2016-07-081-2/+1
|
* New test-suite for LuaRocks (#581)robooo2016-07-071-0/+85
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