aboutsummaryrefslogtreecommitdiffstats
path: root/tests/test.lua
Commit message (Collapse)AuthorAgeFilesLines
* tests: Add basic tests for util.xml and util.xmppstreamMatthew Wild2016-03-051-0/+2
|
* Add tests for util.jsonMatthew Wild2016-03-041-0/+1
|
* tests: Add minimal test for util.random that checks that it returns the ↵Kim Alvefur2016-02-211-0/+1
| | | | number of bytes requested
* 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-101-0/+1
|
* tests: Correct mistake from latst merge, use the same variable name in all 3 ↵Kim Alvefur2016-01-101-2/+2
| | | | places where it matters
* 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 ↵Matthew Wild2016-01-061-1/+4
| | | | | | | | (test.lua's environment), which caused modules to break the sandbox when they set _M.*
* | tests: Add small test for util.throttleKim Alvefur2015-12-231-0/+1
| |
* | tests: Add tests for util.cacheMatthew Wild2015-11-261-0/+1
| |
* | tests: Return status code depending on whether tests passedMatthew Wild2015-09-041-1/+6
| |
* | Merge 0.9->0.10 (third time lucky)Matthew Wild2015-03-271-0/+1
|\|
| * tests: Add UTF-8 validity testsMatthew Wild2015-03-231-0/+1
| |
* | Remove all trailing whitespaceFlorian Zeitz2013-08-091-9/+9
| |
* | tests: Some much-needed cleanup...Matthew Wild2013-05-181-5/+11
|/
* util.rfc3484: New util implementing RFC3484 sortingFlorian Zeitz2011-10-221-0/+1
|
* tests/test.lua, tests/test_net_http.lua: Tests for net.http's url and form ↵Matthew Wild2011-08-101-0/+2
| | | | encoding/decoding functions
* Monster whitespace commit (beware the whitespace monster).Waqas Hussain2010-10-161-1/+1
|
* tests: Added tests for util.sasl.scram.Hi().Waqas Hussain2010-07-261-0/+1
|
* Merge 0.6->0.7Matthew Wild2010-03-221-2/+2
|\
| * Update copyright headers for 2010Matthew Wild2010-03-221-2/+2
| |
* | tests/test.lua: Changes to environment handling of tests, and replace ↵Matthew Wild2009-11-271-6/+9
| | | | | | | | module() with dummy function that doesn't alter the current environment
* | tests/test.lua: Print the current test being run if verbosity sufficientMatthew Wild2009-11-271-0/+3
|/
* tests: More environment magic to help get stuff working in a sandboxMatthew Wild2009-10-171-5/+8
|
* tests: Have fake module() set _M to satisfy some modulesMatthew Wild2009-10-161-1/+1
|
* tests: Add tests for new modulemanager load_modules_for_host codeMatthew Wild2009-10-161-0/+1
|
* Remove version number from copyright headersMatthew Wild2009-07-101-1/+1
|
* 0.3->0.4Matthew Wild2009-03-201-1/+1
|
* Fixed tests/test.lua to work on WindowsWaqas Hussain2009-02-131-2/+7
|
* Small fix to change verbosity level of subtestsMatthew Wild2009-02-111-1/+1
|
* Update copyright notices for 2009Matthew Wild2009-01-301-2/+2
|
* 0.2->0.3Matthew Wild2009-01-301-1/+1
|
* GPL->MIT!Matthew Wild2009-01-301-13/+2
|
* Add test for previous commitMatthew Wild2009-01-091-1/+2
|
* 0.1 -> 0.2Matthew Wild2008-12-101-1/+1
|
* Add hostmanager, and eventmanagerMatthew Wild2008-12-061-2/+23
|
* Insert copyright/license headersMatthew Wild2008-12-031-0/+20
|
* Add test for latin1toutf8 (which passes)Matthew Wild2008-11-301-0/+40
|
* Also look for binary modules in the parent directory when running testsMatthew Wild2008-11-291-0/+1
|
* Update test.lua with a work-in-progressMatthew Wild2008-11-211-3/+3
|
* Update unit testing to output coverage reportsMatthew Wild2008-11-201-6/+61
|
* We have SRV resolving \o/Matthew Wild2008-11-181-0/+1
|
* Warn when subtest function does not existMatthew Wild2008-11-151-0/+1
|
* Some fixes for our test runnerMatthew Wild2008-11-151-4/+24
|
* Adding initial unit testing scriptsMatthew Wild2008-09-271-0/+64