Kim Alvefur
|
a7448e43e0
|
util.dataforms: Add a simple function for identifying form types
This is meant to allow identifying forms without parsing them
completely.
|
2018-06-02 19:57:46 +02:00 |
|
Kim Alvefur
|
2a7da89567
|
util.dataforms: Add initial tests
This covers basic form generation, that the fields have the correct
attributes, children and text content.
|
2018-06-02 19:47:09 +02:00 |
|
Kim Alvefur
|
6e658ef651
|
spec/util_pubsub: Test whether someone can subscribe to a node
Test fails because of missing normalize_jid
|
2018-05-20 15:20:34 +02:00 |
|
Kim Alvefur
|
fb6acc56d3
|
spec/util_iterators: Remove unused import of util.set [luacheck]
|
2018-05-18 23:23:09 +02:00 |
|
Matthew Wild
|
d75ceb7e99
|
Fix wrong tests committed with 7b621a4a2e8d
|
2018-05-18 15:20:32 +01:00 |
|
Matthew Wild
|
13eab871ba
|
util.iterators: Add join() method and tests
|
2018-05-18 14:57:39 +01:00 |
|
Matthew Wild
|
265e698cd0
|
util.events: Add more tests (100% line coverage)
|
2018-04-25 11:55:03 +01:00 |
|
Matthew Wild
|
557b2e8ea3
|
util.events: Add tests
|
2018-04-24 23:03:02 +01:00 |
|
Kim Alvefur
|
df071bf2e4
|
net.http.server: Prevent loading of net.server in tests (breaks unrelated tests for some reason)
|
2018-03-24 00:06:55 +01:00 |
|
Matthew Wild
|
072c04815b
|
util.async: Remove async.once(), can now be replaced by runner():run(func)
|
2018-03-23 14:22:01 +00:00 |
|
Matthew Wild
|
8a38579fa0
|
util.async: Make parameters to async.runner() optional
|
2018-03-23 14:02:33 +00:00 |
|
Kim Alvefur
|
1ca1c9bb32
|
util.async: Use wrapper for once runner (thanks luacheck)
|
2018-03-22 23:15:04 +01:00 |
|
Matthew Wild
|
cdff82828c
|
util.async: tests: ensure async.once() propagates errors
|
2018-03-22 11:56:03 +00:00 |
|
Matthew Wild
|
38ac92b0df
|
util.async: Add once() to create temporary runners
|
2018-03-22 07:56:01 +00:00 |
|
Matthew Wild
|
b48a2409e7
|
util.async: Add ready() to check whether running in async context
|
2018-03-22 07:46:23 +00:00 |
|
Kim Alvefur
|
1292d83c8c
|
util.pubsub: Add simple test covering publishing and retrieving an item
|
2018-03-21 17:03:13 +01:00 |
|
Matthew Wild
|
7a83585658
|
util.stanza: tests: Add more invalid data types and update for :text(nil) and :text("")
|
2018-03-21 22:08:54 +00:00 |
|
Matthew Wild
|
8ad948e59b
|
util.async: tests: more code re-use
|
2018-03-19 16:40:40 +00:00 |
|
Matthew Wild
|
ed7283ed91
|
util.async: tests: luacheck-clean, fixes some actual issues
|
2018-03-19 16:31:53 +00:00 |
|
Matthew Wild
|
7cbea568aa
|
util.async: tests: remove obsolete code and comments
|
2018-03-19 16:25:02 +00:00 |
|
Matthew Wild
|
e434f94399
|
util.async: tests: slight modifications to allow more code reuse in tests
|
2018-03-19 16:24:42 +00:00 |
|
Matthew Wild
|
b539a1019f
|
util.async: Add some more tests for wait/done
|
2018-03-18 22:43:06 +00:00 |
|
Matthew Wild
|
65f4b853a0
|
util.stanza: Switch from asserts to if's, improve performance, errors and tests
|
2018-03-18 11:32:00 +00:00 |
|
Matthew Wild
|
94e19dce41
|
util.async: tests: Ensure done() can be called before wait()
|
2018-03-17 18:23:39 +00:00 |
|
Matthew Wild
|
c2ef1d7b32
|
util.async: tests: Add helper function to create mock watcher callbacks
|
2018-03-17 18:12:31 +00:00 |
|
Kim Alvefur
|
f8e8180262
|
util.async: Trim trailing whitespace in tests [luacheck]
|
2018-03-17 23:00:04 +01:00 |
|
Kim Alvefur
|
6c8d196c98
|
util.stanza: Test coverage of is_stanza()
|
2018-03-17 19:50:22 +01:00 |
|
Kim Alvefur
|
f45bf94518
|
util.format: Add test coverage for case of extra nil argument
|
2018-03-17 19:47:48 +01:00 |
|
Kim Alvefur
|
faf91e381d
|
util.format: Fix tests to have expected value first
|
2018-03-17 19:43:20 +01:00 |
|
Matthew Wild
|
f1f9179285
|
util.async: tests: replace peeking at internal state with monitoring correct callback behaviour
|
2018-03-17 17:59:58 +00:00 |
|
Matthew Wild
|
559c40a50a
|
util.async: if debugging is enabled, use runner id in logs
|
2018-03-17 17:29:13 +00:00 |
|
Matthew Wild
|
2fbef935f9
|
util.async: ensure change in e77b37de482e applies after out-of-loop resume also
|
2018-03-17 17:28:07 +00:00 |
|
Matthew Wild
|
9d1d5d021b
|
util.async: Behaviour change: continue to process queued items after errors
|
2018-03-17 14:54:48 +00:00 |
|
Matthew Wild
|
3802dc1555
|
util.async: Yet more tests
|
2018-03-17 11:47:07 +00:00 |
|
Matthew Wild
|
5c0a12d4d1
|
util.async: Ensure runner is left in correct state after out-of-main-loop error (+tests)
|
2018-03-16 22:26:15 +00:00 |
|
Matthew Wild
|
2f1f98e1b5
|
util.async: Add test to ensure waiters throw an error outside async contexts
|
2018-03-16 22:19:33 +00:00 |
|
Matthew Wild
|
b0211d2247
|
util.async: Add tests to specifically cover error handling
|
2018-03-16 17:50:16 +00:00 |
|
Matthew Wild
|
f755b85ad1
|
util.async: Add tests
|
2018-03-16 17:13:57 +00:00 |
|
Matthew Wild
|
6d7cd57d44
|
util.stanza: Add stricter validation for data passed to stanza builder API
|
2018-03-16 14:51:24 +00:00 |
|
Matthew Wild
|
b7fd84b6e5
|
util.stanza: Add tests ensuring support for unicode in tag/attr names
|
2018-03-16 14:50:28 +00:00 |
|
Matthew Wild
|
a65352b35f
|
util.stanza: Fix tests to call error_reply() correctly, and add tests to ensure it vaguely works
|
2018-03-16 14:24:53 +00:00 |
|
Kim Alvefur
|
2fe0a4856a
|
util_pubsub_spec: Move util.pubsub import into a setup block
|
2018-03-07 12:51:27 +01:00 |
|
Kim Alvefur
|
77ec8a1b6e
|
spec: Trim trailing whitespace
|
2018-03-06 06:27:20 +01:00 |
|
Kim Alvefur
|
980816bca6
|
util_pubsub_spec: Beginnings of tests for util.pubsub
|
2018-03-03 20:55:46 +01:00 |
|
Waqas Hussain
|
ec21b99d0a
|
util_throttle_spec: Fix minor typo in test title
|
2017-12-21 12:22:46 -05:00 |
|
Kim Alvefur
|
9ed1cb4bec
|
spec/util.random: Check a larger range of sizes
|
2017-12-03 15:37:17 +01:00 |
|
Kim Alvefur
|
9290f9588a
|
spec/net.http.server: Add test for #1044
|
2017-11-22 02:40:42 +01:00 |
|
Kim Alvefur
|
bd3b534ab9
|
util.datetime: Add tests
|
2017-11-19 20:51:53 +01:00 |
|
Kim Alvefur
|
0c4ad0fdbc
|
util.format: Move tests to spec/
|
2017-11-10 05:46:39 +01:00 |
|
Kim Alvefur
|
b832997f35
|
spec/util.encodings: Test a lonly padding (can appear like this in SASL)
|
2017-11-03 15:44:43 +01:00 |
|