Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | tests: some testing environment cleanups | Hisham Muhammad | 2024-10-21 | 1 | -2/+6 |
| | |||||
* | tests: reorganize and speed up unit tests | Hisham Muhammad | 2024-02-27 | 1 | -21/+24 |
| | |||||
* | vendor in the dkjson dependency | Hisham Muhammad | 2024-02-19 | 1 | -1/+0 |
| | | | | | | Fixes #1243. Fixes #1168. Fixes #559. | ||||
* | tests: avoid repeated hardcoded package version numbers all over | Hisham Muhammad | 2022-04-12 | 1 | -2/+2 |
| | |||||
* | upload: support uploading pre-packaged .src.rock files (#1321) | Hisham Muhammad | 2021-08-13 | 1 | -0/+8 |
| | | | | | upload: support uploading pre-packaged .src.rock files Co-authored-by: daurnimator <quae@daurnimator.com> | ||||
* | editorconfig: trim trailing whitespace | Hisham Muhammad | 2021-03-16 | 1 | -4/+4 |
| | |||||
* | tests: shorter descriptions | Hisham Muhammad | 2020-02-14 | 1 | -8/+8 |
| | |||||
* | Tests: cleanup signature before signing | Hisham Muhammad | 2019-04-26 | 1 | -0/+2 |
| | |||||
* | upload: add --sign option | Hisham Muhammad | 2019-04-01 | 1 | -1/+5 |
| | |||||
* | Tests: support running with the default detected OpenSSL locations | Hisham Muhammad | 2018-07-18 | 1 | -4/+2 |
| | |||||
* | Tests: separate OPENSSL_DIRS into OPENSSL_INCDIR and OPENSSL_LIBDIR | George Roman | 2018-07-05 | 1 | -2/+5 |
| | |||||
* | Tests: replace #blackbox with #integration and #whitebox with #unit | George Roman | 2018-06-04 | 1 | -2/+1 |
| | |||||
* | Tests: cache build of mock server dependencies to speed up tests | Hisham Muhammad | 2018-05-28 | 1 | -3/+1 |
| | |||||
* | Reorganize test suite files | Hisham Muhammad | 2018-01-08 | 1 | -3/+3 |
| | |||||
* | Tests: move mock-server utils into test_environment.lua | Hisham Muhammad | 2017-10-08 | 1 | -4/+3 |
| | | | | | This avoids trouble with changing package.paths during tests. | ||||
* | Tests: use local fixture for new_version test. | Hisham Muhammad | 2017-10-08 | 1 | -25/+4 |
| | |||||
* | Tests: use local fixture for upload test. | Hisham Muhammad | 2017-10-08 | 1 | -2/+2 |
| | | | | Do not hit the github repository for LuaSocket in upload test. | ||||
* | 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 |