Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | tests: reorganize and speed up unit tests | Hisham Muhammad | 2024-02-27 | 1 | -2/+0 |
| | |||||
* | tests: run tests on Lua 5.4 and LuaJIT 2.1 | Hisham Muhammad | 2022-04-16 | 1 | -12/+13 |
| | |||||
* | editorconfig: trim trailing whitespace | Hisham Muhammad | 2021-03-16 | 1 | -5/+5 |
| | |||||
* | tests: shorter descriptions | Hisham Muhammad | 2020-02-14 | 1 | -11/+11 |
| | |||||
* | Tests: replace #blackbox with #integration and #whitebox with #unit | George Roman | 2018-06-04 | 1 | -3/+1 |
| | |||||
* | Reorganize test suite files | Hisham Muhammad | 2018-01-08 | 1 | -2/+2 |
| | |||||
* | Add missing file in test repo | Hisham | 2016-10-15 | 1 | -1/+2 |
| | |||||
* | Merge branch 'master' into luarocks-3 | Hisham | 2016-10-14 | 1 | -4/+8 |
|\ | |||||
| * | Windows and appveyor support for tests | roboo | 2016-08-21 | 1 | -11/+7 |
| | | |||||
| * | Fix download in test. | Hisham | 2016-07-28 | 1 | -1/+1 |
| | | |||||
* | | Fix download in test | Hisham | 2016-07-28 | 1 | -1/+1 |
|/ | |||||
* | Closes #595. Fixes placement of rockspec when unpacking a git:// rock. | Hisham | 2016-07-28 | 1 | -2/+11 |
| | |||||
* | Remove some more unused stuff and globals from tests | Peter Melnichenko | 2016-07-08 | 1 | -3/+2 |
| | |||||
* | 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/+0 |
| | |||||
* | New test-suite for LuaRocks (#581) | robooo | 2016-07-07 | 1 | -0/+61 |
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 |