aboutsummaryrefslogtreecommitdiff
path: root/spec/unpack_spec.lua (follow)
Commit message (Collapse)AuthorAgeFilesLines
* tests: reorganize and speed up unit testsHisham Muhammad2024-02-271-2/+0
|
* tests: run tests on Lua 5.4 and LuaJIT 2.1Hisham Muhammad2022-04-161-12/+13
|
* editorconfig: trim trailing whitespaceHisham Muhammad2021-03-161-5/+5
|
* tests: shorter descriptionsHisham Muhammad2020-02-141-11/+11
|
* Tests: replace #blackbox with #integration and #whitebox with #unitGeorge Roman2018-06-041-3/+1
|
* Reorganize test suite filesHisham Muhammad2018-01-081-2/+2
|
* Add missing file in test repoHisham2016-10-151-1/+2
|
* Merge branch 'master' into luarocks-3Hisham2016-10-141-4/+8
|\
| * Windows and appveyor support for testsroboo2016-08-211-11/+7
| |
| * Fix download in test.Hisham2016-07-281-1/+1
| |
* | Fix download in testHisham2016-07-281-1/+1
|/
* Closes #595. Fixes placement of rockspec when unpacking a git:// rock.Hisham2016-07-281-2/+11
|
* Remove some more unused stuff and globals from testsPeter Melnichenko2016-07-081-3/+2
|
* Make env vars, paths and run commands available on test env loadPeter Melnichenko2016-07-081-2/+2
|
* 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-2/+0
|
* New test-suite for LuaRocks (#581)robooo2016-07-071-0/+61
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