Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | New test-suite for LuaRocks (#581) | robooo | 2016-07-07 | 1 | -483/+0 |
| | | | | | | | | 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 | ||||
* | Added tests for new install functionality | roboo | 2016-05-17 | 1 | -1/+20 |
| | |||||
* | Add support for the --tree argument to the path command | Ryan Hartlage | 2016-04-18 | 1 | -0/+1 |
| | |||||
* | Small addition to test suite #GSoC | roboo | 2016-03-19 | 1 | -0/+6 |
| | |||||
* | Strip known extensions | Ignacio Burgueño | 2015-06-30 | 1 | -0/+12 |
| | |||||
* | Merge pull request #400 from ignacio/400-config-help | Hisham Muhammad | 2015-06-29 | 1 | -1/+32 |
|\ | | | | | 'config' command does not have a help message | ||||
| * | Adds missing tests | Ignacio Burgueño | 2015-06-26 | 1 | -1/+32 |
| | | |||||
* | | Add a test for '--rockspec-format' option | mpeterv | 2015-06-26 | 1 | -0/+1 |
|/ | |||||
* | Make 'build' field in rockspecs mandatory. | Ignacio Burgueño | 2015-06-24 | 1 | -0/+1 |
| | | | | | | | | | Rockspecs must have a 'build' field. If by any chance, it is not needed (see #379), add this: ````lua build = { type = "none" } ```` | ||||
* | Address issues spotted in the review | Ignacio Burgueño | 2015-04-14 | 1 | -4/+4 |
| | |||||
* | Adds --only-deps flag to install command | Ignacio Burgueño | 2015-04-14 | 1 | -0/+12 |
| | | | | | | Introduces new function in 'install' module to only install the dependencies of a rock. Also adds the tests to the wip Lua test driver. | ||||
* | Decided to step back in turn this into a warning. | Hisham Muhammad | 2015-04-13 | 1 | -1/+1 |
| | | | | `luarocks list` on an empty ~/.luarocks is a valid use case. | ||||
* | Fail when given an invalid tree. | Hisham Muhammad | 2015-04-13 | 1 | -0/+1 |
| | |||||
* | Add test that checks for error in default sysconfig. | Hisham Muhammad | 2015-04-08 | 1 | -1/+7 |
| | | | | See #346. | ||||
* | Continuing slowly. Distracted by code golf. :) | Hisham Muhammad | 2015-04-07 | 1 | -27/+59 |
| | |||||
* | Starting to port test suite from Unix shell to Lua. | Hisham Muhammad | 2015-04-03 | 1 | -0/+361 |