aboutsummaryrefslogtreecommitdiff
path: root/spec (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
* | Tests: luarocks_bool commands log their outputs on failure.Hisham2016-09-086-19/+19
| |
* | Change APPVEYOR_OPENSSL to OPENSSL_DIRS for better test readabilityroboo2016-08-224-40/+8
| |
* | Fix of config testroboo2016-08-221-19/+16
| |
* | Fix of config testroboo2016-08-221-22/+25
| |
* | Fix of show testroboo2016-08-211-1/+1
| |
* | Windows and appveyor support for testsroboo2016-08-2115-173/+277
| |
* | Fix download in test.Hisham2016-07-281-1/+1
|/
* Closes #595. Fixes placement of rockspec when unpacking a git:// rock.Hisham2016-07-281-2/+11
|
* Test improvementsroboo2016-07-1910-51/+49
|
* Fix of upload tests for lua5.3roboo2016-07-184-5/+6
|
* Fix of upload tests for lua5.3roboo2016-07-181-2/+2
|
* Fix of mock server setuproboo2016-07-171-13/+2
|
* New upload tests with mock-serverroboo2016-07-171-1/+46
|
* New pack testsroboo2016-07-151-1/+24
|
* Fix of luasocket binary rock testsroboo2016-07-141-7/+11
|
* need_rock() added, new flag noreset environmentroboo2016-07-143-8/+4
|
* new_version test updateroboo2016-07-121-0/+7
|
* Update new_version, pack testsroboo2016-07-112-0/+6
|
* Update new_version_spec.luarobooo2016-07-101-6/+1
|
* Doc testsroboo2016-07-101-1/+18
|
* Tests added - new_versionroboo2016-07-101-1/+19
|
* Remove some more unused stuff and globals from testsPeter Melnichenko2016-07-0812-21/+17
|
* Make env vars, paths and run commands available on test env loadPeter Melnichenko2016-07-0824-40/+40
|
* Tests: disable insulation and use describe() instead of expose()Peter Melnichenko2016-07-0824-24/+24
|
* Remove all the unused imports in test suitePeter Melnichenko2016-07-0823-49/+13
|
* New test-suite for LuaRocks (#581)robooo2016-07-0725-0/+1532
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