aboutsummaryrefslogtreecommitdiff
path: root/test/testing.lua (follow)
Commit message (Collapse)AuthorAgeFilesLines
* New test-suite for LuaRocks (#581)robooo2016-07-071-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 functionalityroboo2016-05-171-1/+20
|
* Add support for the --tree argument to the path commandRyan Hartlage2016-04-181-0/+1
|
* Small addition to test suite #GSoCroboo2016-03-191-0/+6
|
* Strip known extensionsIgnacio Burgueño2015-06-301-0/+12
|
* Merge pull request #400 from ignacio/400-config-helpHisham Muhammad2015-06-291-1/+32
|\ | | | | 'config' command does not have a help message
| * Adds missing testsIgnacio Burgueño2015-06-261-1/+32
| |
* | Add a test for '--rockspec-format' optionmpeterv2015-06-261-0/+1
|/
* Make 'build' field in rockspecs mandatory.Ignacio Burgueño2015-06-241-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 reviewIgnacio Burgueño2015-04-141-4/+4
|
* Adds --only-deps flag to install commandIgnacio Burgueño2015-04-141-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 Muhammad2015-04-131-1/+1
| | | | `luarocks list` on an empty ~/.luarocks is a valid use case.
* Fail when given an invalid tree.Hisham Muhammad2015-04-131-0/+1
|
* Add test that checks for error in default sysconfig.Hisham Muhammad2015-04-081-1/+7
| | | | See #346.
* Continuing slowly. Distracted by code golf. :)Hisham Muhammad2015-04-071-27/+59
|
* Starting to port test suite from Unix shell to Lua.Hisham Muhammad2015-04-031-0/+361