Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | 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 |