aboutsummaryrefslogtreecommitdiff
path: root/spec/new_version_spec.lua (follow)
Commit message (Collapse)AuthorAgeFilesLines
* tests: avoid repeated hardcoded package version numbers all overHisham Muhammad2022-04-121-7/+7
|
* tests: bump luacov to 0.15.0Hisham Muhammad2021-07-221-4/+4
|
* editorconfig: trim trailing whitespaceHisham Muhammad2021-03-161-3/+3
|
* tests: shorter descriptionsHisham Muhammad2020-02-141-1/+1
|
* update to luacov 0.13.1 + cluacov 0.1.1Hisham Muhammad2019-04-031-4/+4
|
* Tests: replace #blackbox with #integration and #whitebox with #unitGeorge Roman2018-06-041-1/+1
|
* Tests: cache build of mock server dependencies to speed up testsHisham Muhammad2018-05-281-2/+2
|
* Tests: bump version of abelhas in testsHisham Muhammad2018-03-301-13/+17
| | | | TODO: this should be changed to depend on local files only.
* Tests: make sure tests run from testrun/Hisham Muhammad2018-03-301-4/+8
|
* Reorganize test suite filesHisham Muhammad2018-01-081-1/+1
|
* Tests: mark new_version test using mock-serverHisham Muhammad2017-11-091-18/+21
|
* Tests: move mock-server utils into test_environment.luaHisham Muhammad2017-10-081-4/+3
| | | | | This avoids trouble with changing package.paths during tests.
* Tests: use local fixture for new_version test.Hisham Muhammad2017-10-081-5/+8
|
* new_version test updateroboo2016-07-121-0/+7
|
* Update new_version, pack testsroboo2016-07-111-0/+1
|
* Update new_version_spec.luarobooo2016-07-101-6/+1
|
* Tests added - new_versionroboo2016-07-101-1/+19
|
* Make env vars, paths and run commands available on test env loadPeter Melnichenko2016-07-081-2/+2
|
* Tests: disable insulation and use describe() instead of expose()Peter Melnichenko2016-07-081-1/+1
|
* Remove all the unused imports in test suitePeter Melnichenko2016-07-081-2/+1
|
* New test-suite for LuaRocks (#581)robooo2016-07-071-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