Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Move test/README.md to spec/README.md | George Roman | 2018-06-12 | 1 | -58/+0 |
| | |||||
* | Tests: replace #blackbox with #integration and #whitebox with #unit | George Roman | 2018-06-04 | 1 | -22/+7 |
| | |||||
* | Revise README.md for test/ | Hisham Muhammad | 2017-09-29 | 1 | -19/+24 |
| | |||||
* | Update of README | roboo | 2016-08-21 | 1 | -1/+10 |
| | |||||
* | New test-suite for LuaRocks (#581) | robooo | 2016-07-07 | 1 | -0/+59 |
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 |