aboutsummaryrefslogtreecommitdiff
path: root/test (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Tests: expose `exist` function to specsHisham Muhammad2017-12-191-7/+7
|
* Tests: build using INCDIR for an external dependencyHisham Muhammad2017-11-064-0/+36
|
* Tests: move mock-server utils into test_environment.luaHisham Muhammad2017-10-082-43/+37
| | | | | This avoids trouble with changing package.paths during tests.
* Tests: use local fixture for new_version test.Hisham Muhammad2017-10-081-0/+43
|
* Tests: use local fixture for upload test.Hisham Muhammad2017-10-083-0/+35
| | | | Do not hit the github repository for LuaSocket in upload test.
* Add test fixture for creating/deleting files in a patch.Hisham Muhammad2017-10-042-0/+35
|
* Use versioned files only. (#734)Hisham Muhammad2017-10-041-13/+29
| | | | | | | | Let's take the opportunity of a new major version to make an important cleanup: getting rid of the error-prone unversioned configuration files. This drops support for: * Unversioned config.lua -> use config-5.x.lua * Unversioned luarocks/site_config.lua -> it always generates luarocks/core/site_config_5_x.lua * Unversioned lib/luarocks/rocks -> it always uses lib/luarocks/rocks-5.x
* Revise README.md for test/Hisham Muhammad2017-09-291-19/+24
|
* Changes to the output of the test suiteHisham Muhammad2017-09-291-2/+1
|
* Merge branch 'luarocks-3'Hisham Muhammad2017-09-133-3/+48
|\
| * Merge branch 'master' into luarocks-3Peter Melnichenko2016-11-046-5/+55
| |\
| * \ Merge branch 'master' into luarocks-3Hisham2016-10-201-0/+1
| |\ \
| * | | Oops, messed with the module location.Hisham2016-10-191-2/+2
| | | |
| * | | Merge in Windows-compatible quoting.Hisham2016-10-191-2/+2
| | | |
| * | | Merge branch 'master' into luarocks-3Hisham2016-10-181-0/+1
| |\ \ \
| * \ \ \ Merge branch 'master' into luarocks-3Hisham2016-10-151-0/+3
| |\ \ \ \
| * \ \ \ \ Merge branch 'master' into luarocks-3Hisham2016-10-143-57/+162
| |\ \ \ \ \
| * | | | | | Tweak tests for luarocks-3 branch.Hisham2016-07-281-2/+2
| | | | | | |
| * | | | | | Merge branch 'master' into luarocks-3Hisham2016-07-287-1181/+797
| |\ \ \ \ \ \
| * | | | | | | Core modules reorganization.Hisham2016-06-301-1/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Isolate all modules used by luarocks.loader in a luarocks.core.* namespace. Core modules can only require other core modules, and they only use require() at the top-level chunk. In other words, after luarocks.loader is setup, package.path can be altered at will and it should not affect the ability of luarocks.loader to run, and the luarocks.loader modules should not interfere with modules loaded later. This was motivated by @robooo's GSoC work on porting the LuaRocks test suite to Lua using Busted. Busted itself runs using luarocks.loader, and we need to ensure that the modules loaded by the tests do not conflict with the ones used by luarocks.loader. A circular dependency between luarocks.manif and luarocks.search was removed by creating a separate luarocks.manif.writer module. Also, luarocks-admin commands were moved to a luarocks.admin.* namespace.
| * | | | | | | Merge branch 'master' into luarocks-3Peter Melnichenko2016-06-132-4/+36
| |\ \ \ \ \ \ \
| * \ \ \ \ \ \ \ Merge branch 'master' into luarocks-3Hisham2016-05-032-2/+12
| |\ \ \ \ \ \ \ \
| * | | | | | | | | Fix travis: use luasec 0.6-1mpeterv2016-04-161-1/+1
| | | | | | | | | |
| * | | | | | | | | Merge branch 'master' into luarocks-3mpeterv2016-04-163-23/+52
| |\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: src/luarocks/deps.lua
| * | | | | | | | | | Fetch LuaJIT from GitHub mirror on Travismpeterv2015-12-231-2/+2
| | | | | | | | | | |
| * | | | | | | | | | Merge branch 'master' into luarocks-3mpeterv2015-12-231-0/+1
| |\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | Fix test on non-LuaJITHisham Muhammad2015-10-241-2/+2
| | | | | | | | | | | |
| * | | | | | | | | | | Fixes to luajit testing.Hisham Muhammad2015-10-241-14/+54
| | | | | | | | | | | |
| * | | | | | | | | | | Support "luajit" as a provided dependency in rockspec format 3.0Hisham Muhammad2015-10-193-0/+53
| | | | | | | | | | | |
| * | | | | | | | | | | LuaSec moved in the repository...Hisham Muhammad2015-09-211-1/+1
| | | | | | | | | | | |
| * | | | | | | | | | | Merge branch 'master' into luarocks-3Hisham Muhammad2015-09-212-0/+25
| |\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | Update LuaCov and LuaSecHisham Muhammad2015-08-301-3/+3
| | | | | | | | | | | | |
* | | | | | | | | | | | | Clarify test_env.need_rock description wrt return valuePeter Melnichenko2017-09-111-1/+3
| | | | | | | | | | | | |
* | | | | | | | | | | | | Remove www. from rock repository URL in testsPeter Melnichenko2017-09-111-1/+1
| |_|_|_|_|_|_|_|_|_|_|/ |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | www.luarocks.org redirects to luarocks.org.
* | | | | | | | | | | | Add a test for conflict resolution with mixed deploy typesPeter Melnichenko2016-11-016-5/+55
| |_|_|_|_|_|_|_|_|_|/ |/| | | | | | | | | |
* | | | | | | | | | | Add a test for #302Peter Melnichenko2016-10-191-0/+1
| |_|_|_|_|_|_|_|_|/ |/| | | | | | | | |
* | | | | | | | | | Test case for issue #268Hisham2016-10-181-0/+1
| |_|_|_|_|_|_|_|/ |/| | | | | | | |
* | | | | | | | | Fix of openssl location on TravisCI OSX buildroboo2016-10-101-1/+1
| | | | | | | | |
* | | | | | | | | Fix of openssl location on TravisCI OSX buildroboo2016-10-101-0/+3
| |_|_|_|_|_|_|/ |/| | | | | | |
* | | | | | | | Remove old testing.batbranched-to-2.4.0Hisham2016-09-081-9/+0
| | | | | | | |
* | | | | | | | Tests: luarocks_bool commands log their outputs on failure.Hisham2016-09-081-3/+19
| | | | | | | |
* | | | | | | | Merge pull request #608 from keplerproject/mingwHisham Muhammad2016-08-231-5/+6
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | Run Windows tests with MinGW
| * | | | | | | | Build Lua using the same compiler as the one we're testingHisham2016-08-221-1/+1
| | | | | | | | |
| * | | | | | | | Add support for testing using MinGWHisham2016-08-221-5/+6
| | | | | | | | |
* | | | | | | | | Change APPVEYOR_OPENSSL to OPENSSL_DIRS for better test readabilityroboo2016-08-221-1/+2
|/ / / / / / / /
* | | | | | | | Remove unused global variablesroboo2016-08-221-3/+1
| | | | | | | |
* | | | | | | | Fix of test_environmentroboo2016-08-211-2/+2
| | | | | | | |
* | | | | | | | Update of READMEroboo2016-08-211-1/+10
| | | | | | | |
* | | | | | | | Windows and appveyor support for testsroboo2016-08-211-42/+131
| |_|_|_|_|_|/ |/| | | | | |
* | | | | | | Bug in installing LRroboo2016-07-211-4/+4
| | | | | | |