aboutsummaryrefslogtreecommitdiff
path: root/spec (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Clarify test_env.need_rock description wrt return valuePeter Melnichenko2017-09-111-1/+1
|
* Use dkjson instead of lua-cjson for upload testPeter Melnichenko2017-09-111-4/+1
| | | | lua-cjson fails to build under LuaJIT 2.1.0-beta3.
* Pass correct rockspec to upload tests that should fail for other reasonsPeter Melnichenko2017-09-111-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 setup/teardown in make tests to before/after due to wrong useroboo2017-07-061-2/+2
|
* Added LPeg dependency for lxsh to luarocks make testsroboo2017-07-051-0/+1
|
* Avoid breaking test in release branches.Hisham2016-12-011-2/+2
|
* Merge pull request #644 from mpeterv/fix-conflict-resolveHisham Muhammad2016-11-031-1/+68
|\ | | | | Fix conflict resolution on deploy/remove w.r.t. C/Lua modules with same name
| * Add a test for conflict resolution with mixed deploy typesPeter Melnichenko2016-11-011-1/+68
| |
* | Add a few tests for luarocks.persistPeter Melnichenko2016-11-021-0/+55
|/ | | | One fails.
* Add test for #632.Hisham2016-10-281-0/+13
|
* Add a few tests for fs.QPeter Melnichenko2016-10-281-0/+21
|
* Add two tests for uppercase rock name argumentsPeter Melnichenko2016-10-262-1/+13
|
* Add a test for sailor/sailorproject#138Peter Melnichenko2016-10-201-0/+12
|
* Add a test for wrapped script backupPeter Melnichenko2016-10-201-0/+2
|
* Add a test for #302Peter Melnichenko2016-10-191-0/+22
|
* Fix tests on Windows with Lua 5.3Peter Melnichenko2016-10-191-4/+4
| | | | | Don't install luafilesystem 1.6.1 on Windows with Lua 5.3, it fails.
* Test case for issue #268Hisham2016-10-181-1/+14
|
* Add missing file in test repoHisham2016-10-151-1/+2
|
* Add tests for util.sortedpairsPeter Melnichenko2016-10-061-0/+56
|
* 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-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