| Commit message (Expand) | Author | Age | Files | Lines |
* | util.dataforms: Include a fixed field in test | Kim Alvefur | 2018-07-15 | 1 | -0/+10 |
* | util.xmppstream: Add tests for various XML features forbidden by the RFC | Matthew Wild | 2018-07-11 | 1 | -44/+90 |
* | util_pubsub_spec: Add test for #1082 | Kim Alvefur | 2018-07-10 | 1 | -0/+53 |
* | util.stanza: Brief tests for :remove_children | Kim Alvefur | 2018-07-08 | 1 | -0/+22 |
* | util.dataforms: Add a simple function for identifying form types | Kim Alvefur | 2018-06-02 | 1 | -0/+9 |
* | util.dataforms: Add initial tests | Kim Alvefur | 2018-06-02 | 1 | -0/+305 |
* | spec/util_pubsub: Test whether someone can subscribe to a node | Kim Alvefur | 2018-05-20 | 1 | -1/+13 |
* | spec/util_iterators: Remove unused import of util.set [luacheck] | Kim Alvefur | 2018-05-18 | 1 | -1/+0 |
* | Fix wrong tests committed with 7b621a4a2e8d | Matthew Wild | 2018-05-18 | 2 | -21/+15 |
* | util.iterators: Add join() method and tests | Matthew Wild | 2018-05-18 | 1 | -0/+21 |
* | util.events: Add more tests (100% line coverage) | Matthew Wild | 2018-04-25 | 1 | -0/+21 |
* | util.events: Add tests | Matthew Wild | 2018-04-24 | 1 | -0/+191 |
* | net.http.server: Prevent loading of net.server in tests (breaks unrelated tes... | Kim Alvefur | 2018-03-24 | 1 | -0/+1 |
* | util.async: Remove async.once(), can now be replaced by runner():run(func) | Matthew Wild | 2018-03-23 | 1 | -19/+0 |
* | util.async: Make parameters to async.runner() optional | Matthew Wild | 2018-03-23 | 1 | -0/+20 |
* | util.async: Use wrapper for once runner (thanks luacheck) | Kim Alvefur | 2018-03-22 | 1 | -0/+1 |
* | util.async: tests: ensure async.once() propagates errors | Matthew Wild | 2018-03-22 | 1 | -0/+8 |
* | util.async: Add once() to create temporary runners | Matthew Wild | 2018-03-22 | 1 | -0/+10 |
* | util.async: Add ready() to check whether running in async context | Matthew Wild | 2018-03-22 | 1 | -0/+14 |
* | util.pubsub: Add simple test covering publishing and retrieving an item | Kim Alvefur | 2018-03-21 | 1 | -0/+24 |
* | util.stanza: tests: Add more invalid data types and update for :text(nil) and... | Matthew Wild | 2018-03-21 | 1 | -10/+20 |
* | util.async: tests: more code re-use | Matthew Wild | 2018-03-19 | 1 | -32/+20 |
* | util.async: tests: luacheck-clean, fixes some actual issues | Matthew Wild | 2018-03-19 | 1 | -64/+65 |
* | util.async: tests: remove obsolete code and comments | Matthew Wild | 2018-03-19 | 1 | -5/+0 |
* | util.async: tests: slight modifications to allow more code reuse in tests | Matthew Wild | 2018-03-19 | 1 | -12/+15 |
* | util.async: Add some more tests for wait/done | Matthew Wild | 2018-03-18 | 1 | -0/+40 |
* | util.stanza: Switch from asserts to if's, improve performance, errors and tests | Matthew Wild | 2018-03-18 | 1 | -26/+37 |
* | util.async: tests: Ensure done() can be called before wait() | Matthew Wild | 2018-03-17 | 1 | -0/+18 |
* | util.async: tests: Add helper function to create mock watcher callbacks | Matthew Wild | 2018-03-17 | 1 | -9/+15 |
* | util.async: Trim trailing whitespace in tests [luacheck] | Kim Alvefur | 2018-03-17 | 1 | -26/+26 |
* | util.stanza: Test coverage of is_stanza() | Kim Alvefur | 2018-03-17 | 1 | -0/+16 |
* | util.format: Add test coverage for case of extra nil argument | Kim Alvefur | 2018-03-17 | 1 | -0/+1 |
* | util.format: Fix tests to have expected value first | Kim Alvefur | 2018-03-17 | 1 | -5/+5 |
* | util.async: tests: replace peeking at internal state with monitoring correct ... | Matthew Wild | 2018-03-17 | 1 | -37/+68 |
* | util.async: if debugging is enabled, use runner id in logs | Matthew Wild | 2018-03-17 | 1 | -1/+1 |
* | util.async: ensure change in e77b37de482e applies after out-of-loop resume also | Matthew Wild | 2018-03-17 | 1 | -0/+25 |
* | util.async: Behaviour change: continue to process queued items after errors | Matthew Wild | 2018-03-17 | 1 | -0/+24 |
* | util.async: Yet more tests | Matthew Wild | 2018-03-17 | 1 | -0/+52 |
* | util.async: Ensure runner is left in correct state after out-of-main-loop err... | Matthew Wild | 2018-03-16 | 1 | -0/+23 |
* | util.async: Add test to ensure waiters throw an error outside async contexts | Matthew Wild | 2018-03-16 | 1 | -0/+5 |
* | util.async: Add tests to specifically cover error handling | Matthew Wild | 2018-03-16 | 1 | -0/+56 |
* | util.async: Add tests | Matthew Wild | 2018-03-16 | 1 | -0/+315 |
* | util.stanza: Add stricter validation for data passed to stanza builder API | Matthew Wild | 2018-03-16 | 1 | -0/+34 |
* | util.stanza: Add tests ensuring support for unicode in tag/attr names | Matthew Wild | 2018-03-16 | 1 | -0/+6 |
* | util.stanza: Fix tests to call error_reply() correctly, and add tests to ensu... | Matthew Wild | 2018-03-16 | 1 | -2/+4 |
* | util_pubsub_spec: Move util.pubsub import into a setup block | Kim Alvefur | 2018-03-07 | 1 | -1/+5 |
* | spec: Trim trailing whitespace | Kim Alvefur | 2018-03-06 | 2 | -2/+2 |
* | util_pubsub_spec: Beginnings of tests for util.pubsub | Kim Alvefur | 2018-03-03 | 1 | -0/+27 |
* | util_throttle_spec: Fix minor typo in test title | Waqas Hussain | 2017-12-21 | 1 | -1/+1 |
* | spec/util.random: Check a larger range of sizes | Kim Alvefur | 2017-12-03 | 1 | -2/+2 |