Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Clarify test_env.need_rock description wrt return value | Peter Melnichenko | 2017-09-11 | 1 | -1/+1 |
| | |||||
* | Use dkjson instead of lua-cjson for upload test | Peter Melnichenko | 2017-09-11 | 1 | -4/+1 |
| | | | | lua-cjson fails to build under LuaJIT 2.1.0-beta3. | ||||
* | Pass correct rockspec to upload tests that should fail for other reasons | Peter Melnichenko | 2017-09-11 | 1 | -2/+2 |
| | | | | | | | Most tests simply check that some command succeeds or fails. When failure is expected, failure reason is not checked. In this case, upload commands was failing because passed rockspec did not exist and not for reason tests planned. | ||||
* | Change APPVEYOR_OPENSSL to OPENSSL_DIRS for better test readability | roboo | 2016-08-22 | 1 | -10/+2 |
| | |||||
* | Windows and appveyor support for tests | roboo | 2016-08-21 | 1 | -3/+11 |
| | |||||
* | Test improvements | roboo | 2016-07-19 | 1 | -3/+3 |
| | |||||
* | Fix of upload tests for lua5.3 | roboo | 2016-07-18 | 1 | -1/+2 |
| | |||||
* | Fix of upload tests for lua5.3 | roboo | 2016-07-18 | 1 | -2/+2 |
| | |||||
* | Fix of mock server setup | roboo | 2016-07-17 | 1 | -13/+2 |
| | |||||
* | New upload tests with mock-server | roboo | 2016-07-17 | 1 | -1/+46 |
| | |||||
* | Make env vars, paths and run commands available on test env load | Peter Melnichenko | 2016-07-08 | 1 | -1/+1 |
| | |||||
* | 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/+41 |
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 |