| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | 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 |
* | spec/net.http.server: Add test for #1044 | Kim Alvefur | 2017-11-22 | 1 | -0/+12 |
* | util.datetime: Add tests | Kim Alvefur | 2017-11-19 | 1 | -0/+76 |
* | util.format: Move tests to spec/ | Kim Alvefur | 2017-11-10 | 1 | -0/+13 |
* | spec/util.encodings: Test a lonly padding (can appear like this in SASL) | Kim Alvefur | 2017-11-03 | 1 | -0/+1 |
* | spec/util.encodings: Test an UTF-8 sequence | Kim Alvefur | 2017-11-03 | 1 | -0/+2 |
* | spec/util.encodings: Fix syntax | Kim Alvefur | 2017-11-03 | 1 | -2/+2 |
* | spec/util.encodings: Remove workaround for a thing | Kim Alvefur | 2017-11-03 | 1 | -4/+0 |
* | spec/util.encodings: Add some base64 tests (Thanks Link Mavue) | Kim Alvefur | 2017-11-03 | 1 | -0/+20 |
* | util_throttle_spec: Slight stylistic update for function test group titles | Waqas Hussain | 2017-09-17 | 1 | -2/+2 |
* | util.throttle: Fix initial time setting (double accounting the first time) an... | Waqas Hussain | 2017-09-17 | 1 | -11/+131 |
* | util.random: Remove obsolete noop seed function | Kim Alvefur | 2017-09-16 | 1 | -6/+0 |
* | spec/util_queue: Add iterator and peek tests for 100% line coverage | Matthew Wild | 2017-09-16 | 1 | -0/+21 |
* | Port tests to the `busted` test runner | Waqas Hussain | 2017-09-15 | 55 | -0/+1620 |