aboutsummaryrefslogtreecommitdiff
path: root/spec/pack_spec.lua (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Restore accidentally deleted line!Hisham2016-09-081-0/+1
|
* Fix test to match new behavior of `pack`.Hisham2016-09-081-2/+3
|
* Tests: luarocks_bool commands log their outputs on failure.Hisham2016-09-081-2/+2
|
* Change APPVEYOR_OPENSSL to OPENSSL_DIRS for better test readabilityroboo2016-08-221-5/+1
|
* Windows and appveyor support for testsroboo2016-08-211-7/+11
|
* Test improvementsroboo2016-07-191-4/+2
|
* Fix of upload tests for lua5.3roboo2016-07-181-1/+1
|
* New pack testsroboo2016-07-151-1/+24
|
* Update new_version, pack testsroboo2016-07-111-0/+5
|
* Make env vars, paths and run commands available on test env loadPeter Melnichenko2016-07-081-2/+1
|
* 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-1/+0
|
* New test-suite for LuaRocks (#581)robooo2016-07-071-0/+35
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