Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add tests for util.sortedpairs | Peter Melnichenko | 2016-10-06 | 1 | -0/+56 |
| | |||||
* | Windows and appveyor support for tests | roboo | 2016-08-21 | 1 | -20/+39 |
| | |||||
* | Test improvements | roboo | 2016-07-19 | 1 | -5/+8 |
| | |||||
* | Remove some more unused stuff and globals from tests | Peter Melnichenko | 2016-07-08 | 1 | -1/+1 |
| | |||||
* | Make env vars, paths and run commands available on test env load | Peter Melnichenko | 2016-07-08 | 1 | -3/+3 |
| | |||||
* | Tests: disable insulation and use describe() instead of expose() | Peter Melnichenko | 2016-07-08 | 1 | -1/+1 |
| | |||||
* | New test-suite for LuaRocks (#581) | robooo | 2016-07-07 | 1 | -0/+96 |
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 |