Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | New test-suite for LuaRocks (#581) | robooo | 2016-07-07 | 1 | -651/+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 | ||||
* | luarocks new-version: make rockspec arg optional | Peter Melnichenko | 2016-05-25 | 1 | -1/+1 |
| | | | | Infer it same way `luarocks make` does. | ||||
* | Update tests for `luarocks write-rockspec` | Peter Melnichenko | 2016-05-22 | 1 | -1/+3 |
| | |||||
* | Added tests for new install functionality | roboo | 2016-05-17 | 1 | -1/+11 |
| | |||||
* | Rename broken --force=fast to --force-fast | Peter Melnichenko | 2016-05-10 | 1 | -0/+1 |
| | |||||
* | Add support for the --tree argument to the path command | Ryan Hartlage | 2016-04-18 | 1 | -0/+1 |
| | |||||
* | Merge pull request #541 from BranescuMihai/master | Hisham Muhammad | 2016-04-18 | 1 | -1/+9 |
|\ | | | | | New tests for the luaRocks test suite. | ||||
| * | A number of tests for the luaRocks test suite. | Mihai Branescu | 2016-04-10 | 1 | -1/+9 |
| | | |||||
* | | Update LuaCov | mpeterv | 2016-04-18 | 1 | -1/+1 |
| | | |||||
* | | Update LuaSec | Hisham | 2016-04-18 | 1 | -1/+1 |
|/ | |||||
* | Add tests for more flags | Cameron Moy | 2016-03-22 | 1 | -0/+10 |
| | |||||
* | Add few more tests for command_line | bhattigurjot | 2016-03-21 | 1 | -1/+5 |
| | |||||
* | Add tests for command_line | bhattigurjot | 2016-03-21 | 1 | -0/+2 |
| | |||||
* | Merge pull request #522 from robooo/master | Hisham Muhammad | 2016-03-19 | 1 | -0/+3 |
|\ | | | | | Small addition to test suite #GSoC | ||||
| * | Small addition to test suite #GSoC | roboo | 2016-03-19 | 1 | -0/+3 |
| | | |||||
* | | Add tests for search query | bhattigurjot | 2016-03-19 | 1 | -0/+3 |
| | | |||||
* | | Add split_server_url test for handling local cache | bhattigurjot | 2016-03-19 | 1 | -0/+1 |
|/ | |||||
* | Implement magical rockspec picking for "luarocks make" | mpeterv | 2016-03-17 | 1 | -2/+4 |
| | |||||
* | Add a test for luarocks new_version --tag | mpeterv | 2016-02-11 | 1 | -0/+1 |
| | |||||
* | Update repo URLs to luarocks.org instead of rocks.moonscript.org | Jonathan Goble | 2016-01-22 | 1 | -1/+1 |
| | | | | Previously, this used an old URL and downloaded over HTTP, in cleartext. This commit updates to the URL that the old one redirects to, and changes to HTTPS encryption for security. HTTPS is currently impossible on rocks.moonscript.org because the security certificate for that domain expired in May 2015. | ||||
* | Upgrade to LuaCov 0.9.1, make coverage viewable | mpeterv | 2016-01-04 | 1 | -19/+16 |
| | |||||
* | Install luabitop from src rock on travis | mpeterv | 2015-12-22 | 1 | -0/+1 |
| | | | | | Fixes Travis failure when attempting to fetch luabitop sources from luajit.org, which has blocked downloads from travis recently. | ||||
* | Update LuaCov | Hisham Muhammad | 2015-08-30 | 1 | -1/+1 |
| | |||||
* | Strip known extensions | Ignacio Burgueño | 2015-06-30 | 1 | -0/+13 |
| | |||||
* | Merge pull request #400 from ignacio/400-config-help | Hisham Muhammad | 2015-06-29 | 1 | -0/+1 |
|\ | | | | | 'config' command does not have a help message | ||||
| * | Adds missing tests | Ignacio Burgueño | 2015-06-26 | 1 | -0/+1 |
| | | |||||
* | | 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" } ```` | ||||
* | Add `luarocks config` command for querying LuaRocks settings. | Hisham Muhammad | 2015-05-18 | 1 | -0/+11 |
| | |||||
* | Update lmathx used for testing Lua 5.3 | Hisham Muhammad | 2015-05-11 | 1 | -2/+3 |
| | |||||
* | Address issues spotted in the review | Ignacio Burgueño | 2015-04-14 | 1 | -1/+0 |
| | |||||
* | Adds --only-deps flag to install command | Ignacio Burgueño | 2015-04-14 | 1 | -18/+4 |
| | | | | | | Introduces new function in 'install' module to only install the dependencies of a rock. Also adds the tests to the wip Lua test driver. | ||||
* | Adds --only-deps flag to the 'build' command. | Ignacio Burgueño | 2015-04-14 | 1 | -0/+20 |
| | | | | | | As discussed in #287, adds a new flag (--only-deps) to the 'build' command, so only the dependencies of a rock are installed, and not the rock itself. | ||||
* | 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/+2 |
| | |||||
* | Add test that checks for error in default sysconfig. | Hisham Muhammad | 2015-04-08 | 1 | -1/+4 |
| | | | | See #346. | ||||
* | Remove failing test. Try this some other time. | Hisham Muhammad | 2015-03-26 | 1 | -1/+0 |
| | |||||
* | Force package to be in cache. | Hisham Muhammad | 2015-03-26 | 1 | -1/+1 |
| | |||||
* | Add more simple tests. | Hisham Muhammad | 2015-03-26 | 1 | -0/+9 |
| | |||||
* | Merge branch 'master' of https://github.com/keplerproject/luarocks | Hisham Muhammad | 2015-03-26 | 1 | -7/+13 |
|\ | |||||
| * | Make localhost a known host. | Hisham Muhammad | 2015-03-26 | 1 | -0/+1 |
| | | |||||
| * | Try not to block checking server identification. | Hisham Muhammad | 2015-03-26 | 1 | -0/+3 |
| | | |||||
| * | Let's see if Travis allow sftp'ing to localhost. | Hisham Muhammad | 2015-03-26 | 1 | -7/+9 |
| | | |||||
* | | More small tests. | Hisham Muhammad | 2015-03-26 | 1 | -2/+8 |
|/ | |||||
* | Add trivial tests for `luarocks upload` | Hisham Muhammad | 2015-03-26 | 1 | -1/+7 |
| | |||||
* | luacov-coveralls overwrites luacov.report.out! | Hisham Muhammad | 2015-03-25 | 1 | -7/+10 |
| | |||||
* | luacov-coveralls did not exit with 0? | Hisham Muhammad | 2015-03-25 | 1 | -2/+1 |
| | |||||
* | Run luacov-coveralls from $testing_dir | Hisham Muhammad | 2015-03-25 | 1 | -1/+1 |
| | |||||
* | Avoid tests that mess with the testing environment. | Hisham Muhammad | 2015-03-25 | 1 | -4/+6 |
| | |||||
* | Let's try Coveralls | Hisham Muhammad | 2015-03-25 | 1 | -3/+6 |
| |