Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Clarify test_env.need_rock description wrt return value | Peter Melnichenko | 2017-09-11 | 1 | -1/+1 |
| | |||||
* | Use dkjson instead of lua-cjson for upload test | Peter Melnichenko | 2017-09-11 | 1 | -4/+1 |
| | | | | lua-cjson fails to build under LuaJIT 2.1.0-beta3. | ||||
* | Pass correct rockspec to upload tests that should fail for other reasons | Peter Melnichenko | 2017-09-11 | 1 | -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 use | roboo | 2017-07-06 | 1 | -2/+2 |
| | |||||
* | Added LPeg dependency for lxsh to luarocks make tests | roboo | 2017-07-05 | 1 | -0/+1 |
| | |||||
* | Avoid breaking test in release branches. | Hisham | 2016-12-01 | 1 | -2/+2 |
| | |||||
* | Merge pull request #644 from mpeterv/fix-conflict-resolve | Hisham Muhammad | 2016-11-03 | 1 | -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 types | Peter Melnichenko | 2016-11-01 | 1 | -1/+68 |
| | | |||||
* | | Add a few tests for luarocks.persist | Peter Melnichenko | 2016-11-02 | 1 | -0/+55 |
|/ | | | | One fails. | ||||
* | Add test for #632. | Hisham | 2016-10-28 | 1 | -0/+13 |
| | |||||
* | Add a few tests for fs.Q | Peter Melnichenko | 2016-10-28 | 1 | -0/+21 |
| | |||||
* | Add two tests for uppercase rock name arguments | Peter Melnichenko | 2016-10-26 | 2 | -1/+13 |
| | |||||
* | Add a test for sailor/sailorproject#138 | Peter Melnichenko | 2016-10-20 | 1 | -0/+12 |
| | |||||
* | Add a test for wrapped script backup | Peter Melnichenko | 2016-10-20 | 1 | -0/+2 |
| | |||||
* | Add a test for #302 | Peter Melnichenko | 2016-10-19 | 1 | -0/+22 |
| | |||||
* | Fix tests on Windows with Lua 5.3 | Peter Melnichenko | 2016-10-19 | 1 | -4/+4 |
| | | | | | Don't install luafilesystem 1.6.1 on Windows with Lua 5.3, it fails. | ||||
* | Test case for issue #268 | Hisham | 2016-10-18 | 1 | -1/+14 |
| | |||||
* | Add missing file in test repo | Hisham | 2016-10-15 | 1 | -1/+2 |
| | |||||
* | Add tests for util.sortedpairs | Peter Melnichenko | 2016-10-06 | 1 | -0/+56 |
| | |||||
* | Restore accidentally deleted line! | Hisham | 2016-09-08 | 1 | -0/+1 |
| | |||||
* | Fix test to match new behavior of `pack`. | Hisham | 2016-09-08 | 1 | -2/+3 |
| | |||||
* | Tests: luarocks_bool commands log their outputs on failure. | Hisham | 2016-09-08 | 6 | -19/+19 |
| | |||||
* | Change APPVEYOR_OPENSSL to OPENSSL_DIRS for better test readability | roboo | 2016-08-22 | 4 | -40/+8 |
| | |||||
* | Fix of config test | roboo | 2016-08-22 | 1 | -19/+16 |
| | |||||
* | Fix of config test | roboo | 2016-08-22 | 1 | -22/+25 |
| | |||||
* | Fix of show test | roboo | 2016-08-21 | 1 | -1/+1 |
| | |||||
* | Windows and appveyor support for tests | roboo | 2016-08-21 | 15 | -173/+277 |
| | |||||
* | Fix download in test. | Hisham | 2016-07-28 | 1 | -1/+1 |
| | |||||
* | Closes #595. Fixes placement of rockspec when unpacking a git:// rock. | Hisham | 2016-07-28 | 1 | -2/+11 |
| | |||||
* | Test improvements | roboo | 2016-07-19 | 10 | -51/+49 |
| | |||||
* | Fix of upload tests for lua5.3 | roboo | 2016-07-18 | 4 | -5/+6 |
| | |||||
* | Fix of upload tests for lua5.3 | roboo | 2016-07-18 | 1 | -2/+2 |
| | |||||
* | Fix of mock server setup | roboo | 2016-07-17 | 1 | -13/+2 |
| | |||||
* | New upload tests with mock-server | roboo | 2016-07-17 | 1 | -1/+46 |
| | |||||
* | New pack tests | roboo | 2016-07-15 | 1 | -1/+24 |
| | |||||
* | Fix of luasocket binary rock tests | roboo | 2016-07-14 | 1 | -7/+11 |
| | |||||
* | need_rock() added, new flag noreset environment | roboo | 2016-07-14 | 3 | -8/+4 |
| | |||||
* | new_version test update | roboo | 2016-07-12 | 1 | -0/+7 |
| | |||||
* | Update new_version, pack tests | roboo | 2016-07-11 | 2 | -0/+6 |
| | |||||
* | Update new_version_spec.lua | robooo | 2016-07-10 | 1 | -6/+1 |
| | |||||
* | Doc tests | roboo | 2016-07-10 | 1 | -1/+18 |
| | |||||
* | Tests added - new_version | roboo | 2016-07-10 | 1 | -1/+19 |
| | |||||
* | Remove some more unused stuff and globals from tests | Peter Melnichenko | 2016-07-08 | 12 | -21/+17 |
| | |||||
* | Make env vars, paths and run commands available on test env load | Peter Melnichenko | 2016-07-08 | 24 | -40/+40 |
| | |||||
* | Tests: disable insulation and use describe() instead of expose() | Peter Melnichenko | 2016-07-08 | 24 | -24/+24 |
| | |||||
* | Remove all the unused imports in test suite | Peter Melnichenko | 2016-07-08 | 23 | -49/+13 |
| | |||||
* | New test-suite for LuaRocks (#581) | robooo | 2016-07-07 | 25 | -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 |