aboutsummaryrefslogtreecommitdiffstats
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* tests: util.throttle: Fix time override to simply override util.time. Recent ...Matthew Wild2017-09-231-12/+4
* tests: Trim trailing whitespaceKim Alvefur2017-03-063-20/+20
* tests/util.logger: Remove use of deprecated module functionKim Alvefur2017-02-271-2/+3
* 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
* 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
* 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
* 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
* 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
* util.jid+tests: Add simple helpers... node(), host() and resource() for extra...Matthew Wild2016-03-171-0/+70
* 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
* tests: Expand util.stanza testsMatthew Wild2016-03-091-0/+115
* 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
* | test_util_rfc6724: Update with new test vectors from RFC 6724Florian Zeitz2013-05-201-29/+75
* | test_util_ip.lua: Add more tests for util.ipMatthew Wild2013-05-181-3/+62
* | test_util_ip: Add tests for IP matchingMatthew Wild2013-05-181-5/+28
* | tests/test_core_configmanager.lua: Update to remove tests based on sections (...Matthew Wild2013-05-181-13/+9
* | tests: Some much-needed cleanup...Matthew Wild2013-05-186-53/+21
|/
* util.hmac, util.hashes: Implement HMAC functions in C, and move to util.hashesFlorian Zeitz2013-04-271-1/+1
* util.rfc3484: New util implementing RFC3484 sortingFlorian Zeitz2011-10-222-0/+52