Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | tests: reorganize and speed up unit tests | Hisham Muhammad | 2024-02-27 | 1 | -2/+0 |
| | |||||
* | fix: better normalization for paths and slashes | Hisham Muhammad | 2024-02-23 | 1 | -1/+2 |
| | | | | Fixes #1195. | ||||
* | tests: avoid repeated hardcoded package version numbers all over | Hisham Muhammad | 2022-04-12 | 1 | -16/+21 |
| | |||||
* | repos: double-check that all files from a rock are installed | Hisham Muhammad | 2021-03-19 | 1 | -1/+34 |
| | | | | | | | Ensure that `luarocks` fails if an installation does not successfully deploy all files registered in the `rock_manifest`. See #1276. | ||||
* | editorconfig: trim trailing whitespace | Hisham Muhammad | 2021-03-16 | 1 | -5/+5 |
| | |||||
* | tests: shorter descriptions | Hisham Muhammad | 2020-02-14 | 1 | -12/+12 |
| | |||||
* | Tests: add test cases for rocks with conflicting module names | Hisham Muhammad | 2018-09-04 | 1 | -1/+1 |
| | | | | | This tests the behavior of upgrades and downgrades on rocks that deploy both foo.lua and foo.so | ||||
* | Add general improvements to the fs module | George Roman | 2018-07-16 | 1 | -17/+17 |
| | |||||
* | Tests: replace #blackbox with #integration and #whitebox with #unit | George Roman | 2018-06-04 | 1 | -1/+1 |
| | |||||
* | luarocks-admin: only create index.html if it already exists or --index is given | Hisham Muhammad | 2018-05-07 | 1 | -2/+2 |
| | |||||
* | Tests: bump version of abelhas in tests | Hisham Muhammad | 2018-03-30 | 1 | -5/+5 |
| | | | | TODO: this should be changed to depend on local files only. | ||||
* | Reorganize test suite files | Hisham Muhammad | 2018-01-08 | 1 | -1/+1 |
| | |||||
* | Use versioned files only. (#734) | Hisham Muhammad | 2017-10-04 | 1 | -10/+10 |
| | | | | | | | | Let's take the opportunity of a new major version to make an important cleanup: getting rid of the error-prone unversioned configuration files. This drops support for: * Unversioned config.lua -> use config-5.x.lua * Unversioned luarocks/site_config.lua -> it always generates luarocks/core/site_config_5_x.lua * Unversioned lib/luarocks/rocks -> it always uses lib/luarocks/rocks-5.x | ||||
* | Add two tests for uppercase rock name arguments | Peter Melnichenko | 2016-10-26 | 1 | -1/+8 |
| | |||||
* | Windows and appveyor support for tests | roboo | 2016-08-21 | 1 | -3/+3 |
| | |||||
* | Test improvements | roboo | 2016-07-19 | 1 | -1/+1 |
| | |||||
* | need_rock() added, new flag noreset environment | roboo | 2016-07-14 | 1 | -3/+4 |
| | |||||
* | Make env vars, paths and run commands available on test env load | Peter Melnichenko | 2016-07-08 | 1 | -2/+2 |
| | |||||
* | Tests: disable insulation and use describe() instead of expose() | Peter Melnichenko | 2016-07-08 | 1 | -1/+1 |
| | |||||
* | Remove all the unused imports in test suite | Peter Melnichenko | 2016-07-08 | 1 | -2/+1 |
| | |||||
* | New test-suite for LuaRocks (#581) | robooo | 2016-07-07 | 1 | -0/+85 |
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 |