aboutsummaryrefslogtreecommitdiffstats
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* Merge 0.10->trunkKim Alvefur2016-07-234-11/+14
|\
| * test_utf8: remove 2 unused variables and an undefined variable [luacheck]Anton Shestakov2016-07-231-1/+0
| * test_util_http: wrap individual test blocks in do-end [luacheck]Anton Shestakov2016-07-231-8/+12
| * test_util_uuid: remove unused one-letter loop variable [luacheck]Anton Shestakov2016-07-231-1/+1
| * test_util_multitable: remove unused one-letter loop variable [luacheck]Anton Shestakov2016-07-231-1/+1
* | Merge 0.10->trunkMatthew Wild2016-07-212-54/+61
|\|
| * test_util_queue: finish stress-test by emptying the queueAnton Shestakov2016-07-211-0/+2
| * test_util_queue: Reduce iteration count of loop and add assertsKim Alvefur2016-07-201-3/+3
| * tests: Adapt test for util.queue to the test frameworkKim Alvefur2016-07-202-54/+59
* | Merge 0.10->trunkKim Alvefur2016-07-143-180/+201
|\|
| * test_util_cache: wrap individual test blocks in do-end [luacheck]Anton Shestakov2016-07-141-123/+134
| * test_util_stanza: wrap individual test blocks in do-end [luacheck]Anton Shestakov2016-07-141-56/+66
| * run_tests: use "$@" for passing arguments [shellcheck]Anton Shestakov2016-07-141-1/+1
* | Merge 0.10->trunkKim Alvefur2016-07-133-3/+51
|\|
| * tests: Add basic test for net.http.parserKim Alvefur2016-07-122-0/+48
| * test_util_cache: rename a variable (c is already defined) [luacheck]Anton Shestakov2016-07-091-2/+2
| * test_util_cache: remove unused argument c3 [luacheck]Anton Shestakov2016-07-091-1/+1
* | Merge 0.10->trunkKim Alvefur2016-07-082-3/+3
|\|
| * test_util_jid: make function test() local [luacheck]Anton Shestakov2016-07-091-1/+1
| * test_util_multitable: make mt variable local [luacheck]Anton Shestakov2016-07-091-2/+2
* | tests: Add initial tests for util.asyncMatthew Wild2016-05-222-0/+149
* | Merge 0.10->trunkMatthew Wild2016-03-181-0/+70
|\|
| * util.jid+tests: Add simple helpers... node(), host() and resource() for extra...Matthew Wild2016-03-171-0/+70
* | Merge 0.10->trunkMatthew Wild2016-03-171-10/+79
|\|
| * tests: util.cache: Tests for different return values of on_evictMatthew Wild2016-03-171-0/+24
| * util.cache: Change behaviour of on_evict (and tests). Now accepts false inste...Matthew Wild2016-03-171-9/+29
| * util.cache: Add head() and tail() methods (and tests)Matthew Wild2016-03-171-1/+26
* | Merge 0.10->trunkMatthew Wild2016-03-091-0/+115
|\|
| * tests: Expand util.stanza testsMatthew Wild2016-03-091-0/+115
* | tests: Add namespace/prefix tracking test for util.xmlMatthew Wild2016-03-051-0/+1
|/
* tests: Add basic tests for util.xml and util.xmppstreamMatthew Wild2016-03-053-0/+97
* tests: Add extra tests for util.jsonMatthew Wild2016-03-0537-0/+139
* Add tests for util.jsonMatthew Wild2016-03-042-0/+22
* tests: Add minimal test for util.random that checks that it returns the numbe...Kim Alvefur2016-02-212-0/+11
* tests: Use util.envload to load chunks (fixes #608)Kim Alvefur2016-01-281-6/+5
* tests: Add test for util.uuid (checks that the output format is correct)Kim Alvefur2016-01-102-0/+25
* tests: Correct mistake from latst merge, use the same variable name in all 3 ...Kim Alvefur2016-01-101-2/+2
* tests: Fix merge, modulemanager test was removedKim Alvefur2016-01-081-1/+0
* Merge 0.9->0.10Kim Alvefur2016-01-081-2/+6
|\
| * tests/test.lua: Fix fake module() function to prevent _M from being _G (test....Matthew Wild2016-01-061-1/+4
* | tests: Add small test for util.throttleKim Alvefur2015-12-232-0/+35
* | util.cache (and tests): Call on_evict after insertion of the new key, so insi...Matthew Wild2015-12-221-0/+55
* | tests: Add tests for util.cacheMatthew Wild2015-11-262-0/+175
* | tests/run_tests.sh: Let status code propagate to shellMatthew Wild2015-09-041-1/+1
* | tests: Return status code depending on whether tests passedMatthew Wild2015-09-041-1/+6
* | tests: Add tests for util.queueMatthew Wild2015-06-031-0/+68
* | Merge 0.9->0.10 (third time lucky)Matthew Wild2015-03-273-0/+72
|\|
| * utf8_sequences.txt: OopsMatthew Wild2015-03-231-1/+1
| * tests: Add UTF-8 validity testsMatthew Wild2015-03-233-0/+72
* | Remove all trailing whitespaceFlorian Zeitz2013-08-0912-51/+51