Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | tests: avoid repeated hardcoded package version numbers all over | Hisham Muhammad | 2022-04-12 | 1 | -7/+7 |
| | |||||
* | tests: bump luacov to 0.15.0 | Hisham Muhammad | 2021-07-22 | 1 | -4/+4 |
| | |||||
* | editorconfig: trim trailing whitespace | Hisham Muhammad | 2021-03-16 | 1 | -3/+3 |
| | |||||
* | tests: shorter descriptions | Hisham Muhammad | 2020-02-14 | 1 | -1/+1 |
| | |||||
* | update to luacov 0.13.1 + cluacov 0.1.1 | Hisham Muhammad | 2019-04-03 | 1 | -4/+4 |
| | |||||
* | Tests: replace #blackbox with #integration and #whitebox with #unit | George Roman | 2018-06-04 | 1 | -1/+1 |
| | |||||
* | Tests: cache build of mock server dependencies to speed up tests | Hisham Muhammad | 2018-05-28 | 1 | -2/+2 |
| | |||||
* | Tests: bump version of abelhas in tests | Hisham Muhammad | 2018-03-30 | 1 | -13/+17 |
| | | | | TODO: this should be changed to depend on local files only. | ||||
* | Tests: make sure tests run from testrun/ | Hisham Muhammad | 2018-03-30 | 1 | -4/+8 |
| | |||||
* | Reorganize test suite files | Hisham Muhammad | 2018-01-08 | 1 | -1/+1 |
| | |||||
* | Tests: mark new_version test using mock-server | Hisham Muhammad | 2017-11-09 | 1 | -18/+21 |
| | |||||
* | 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 | -5/+8 |
| | |||||
* | new_version test update | roboo | 2016-07-12 | 1 | -0/+7 |
| | |||||
* | Update new_version, pack tests | roboo | 2016-07-11 | 1 | -0/+1 |
| | |||||
* | Update new_version_spec.lua | robooo | 2016-07-10 | 1 | -6/+1 |
| | |||||
* | Tests added - new_version | roboo | 2016-07-10 | 1 | -1/+19 |
| | |||||
* | 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/+53 |
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 |