aboutsummaryrefslogtreecommitdiff
path: root/test (follow)
Commit message (Collapse)AuthorAgeFilesLines
* More small tests.Hisham Muhammad2015-03-261-2/+8
|
* Add trivial tests for `luarocks upload`Hisham Muhammad2015-03-261-1/+7
|
* luacov-coveralls overwrites luacov.report.out!Hisham Muhammad2015-03-251-7/+10
|
* luacov-coveralls did not exit with 0?Hisham Muhammad2015-03-251-2/+1
|
* Run luacov-coveralls from $testing_dirHisham Muhammad2015-03-251-1/+1
|
* Avoid tests that mess with the testing environment.Hisham Muhammad2015-03-251-4/+6
|
* Let's try CoverallsHisham Muhammad2015-03-251-3/+6
|
* Fix inconsistency in --homepage flag in `luarocks doc` and `luarocks ↵Hisham Muhammad2015-03-231-0/+1
| | | | | | write_rockspec`. `luarocks doc` now uses --home.
* Fix tests: new flag parser detected invalid flags in the testsuite.Hisham Muhammad2015-03-231-7/+7
|
* Add support for space in long option assignments.Hisham Muhammad2015-03-231-2/+6
| | | | | | | | | | | | | | Support assignments in long option in two tokens, so that ``` luarocks --only-from /foo/bar build luasocket ``` is accepted as a synonym to: ``` luarocks --only-from=/foo/bar build luasocket ``` (This is consistent with the GNU getopt handling of "--" long options.) Closes #65.
* Fail nicely if CWD does not exist. Fixes #147.Hisham Muhammad2015-03-231-0/+2
|
* Add test files that were not committed before.Hisham Muhammad2015-03-174-0/+14
|
* Test success of patching in `unpack`. Closes #316.Hisham Muhammad2015-03-092-0/+32
| | | | Includes test cases for the test suite! Yay!
* Don't crash when asking for help on invalid cmd.Hisham Muhammad2015-03-041-0/+1
|
* Use updated LuaFileSystem for Lua 5.3Hisham Muhammad2015-01-151-1/+1
|
* Updates for Lua 5.3 compatibilityHisham Muhammad2015-01-131-3/+7
|
* Update stdlib for 5.3Hisham Muhammad2015-01-121-1/+1
| | | | (thought I had this in the previous commit!)
* Merge branch 'master' of https://github.com/keplerproject/luarocksHisham Muhammad2015-01-121-1/+1
|\
| * use cprint version compatible with Lua 5.3Philipp Janda2015-01-121-1/+1
| |
* | Updates for Lua 5.3 supportHisham Muhammad2015-01-121-6/+8
|/
* Update stdlib for Lua 5.3 compatibilityHisham Muhammad2015-01-121-1/+1
|
* Add test that catches #228.Hisham Muhammad2015-01-121-0/+2
|
* Updates to testing infrastructure (use new luasec, luacov)Hisham Muhammad2015-01-121-6/+7
|
* Add test for #295.Hisham Muhammad2014-11-261-0/+1
|
* Make test suite detect crashes on tests that should fail gracefully.Hisham Muhammad2014-11-261-3/+12
|
* Turn failure into success in test.Hisham Muhammad2014-06-261-1/+1
| | | | | Oh, excellent, with the new fallback code in fs.download, this doesn't fail anymore!
* Run Travis-CI testsuite on Lua 5.1 and Lua 5.2!Hisham Muhammad2014-03-211-17/+27
|
* Upgrade luacovHisham Muhammad2014-02-081-2/+2
|
* Add test for missing external deps. Improves coverage.Hisham Muhammad2014-02-082-1/+38
| | | | A bug was uncovered writing this!
* Add more tests.Hisham Muhammad2014-01-291-1/+7
|
* Fix regressions caused by #194. Thank you, integrated testing!Hisham Muhammad2013-12-201-1/+1
|
* Fix some tests that only run locally.Hisham Muhammad2013-12-181-5/+3
|
* Add named trees, as suggested by @Tieske, plus tests.Hisham Muhammad2013-12-181-3/+3
|
* More testsHisham Muhammad2013-12-181-1/+8
|
* Test environment improvementsHisham Muhammad2013-12-181-41/+64
|
* Use LuaCov 0.4Hisham Muhammad2013-12-121-2/+2
|
* Major updates, hopefully speeding up things.Hisham Muhammad2013-12-121-32/+136
| | | | | Preload necessary rocks and rockspecs and create a local server. Cache LuaSocket compilation for tests that need it.
* Going crazy!Hisham Muhammad2013-12-091-1/+1
|
* Just one more...Hisham Muhammad2013-12-091-1/+1
|
* skip more rsync stuffHisham Muhammad2013-12-091-1/+1
|
* skip rsync stuffHisham Muhammad2013-12-091-2/+2
|
* I'm still trying, Travis! I'm still trying!Hisham Muhammad2013-12-091-1/+2
|
* skip this oneHisham Muhammad2013-12-091-1/+1
|
* Drop the X11 dependencyHisham Muhammad2013-12-091-1/+1
|
* Let's use the unstable LuaSec for now. Pinged Bruno about it.Hisham Muhammad2013-12-091-10/+17
|
* Ah, Ubuntu...Hisham Muhammad2013-12-091-1/+1
|
* Fixes for Travis-CIHisham Muhammad2013-12-091-6/+30
|
* Improve coverage -- now at 80.06%Hisham Muhammad2013-10-291-1/+21
|
* Improve coverage -- now at 79.65%Hisham Muhammad2013-10-181-1/+7
|
* Some tests require a local sshd server.Hisham Muhammad2013-10-121-0/+8
| | | | | Add a small check and message to myself, to avoid running the whole thing only to have it fail at the very end.