prosody/spec
Matthew Wild 2460207d50 storagemanager: Add keyval+ (combined keyval + map) store type
This combines the two most common store types, which modules often end up
opening with both interfaces separately anyway.

As well as combining them, I've taken the opportunity to improve some of the
method names to make them clearer.
2022-09-27 17:46:27 +01:00
..
inputs util.jwt: Add support for ES512 (+ tests) 2022-09-29 23:17:42 +01:00
json util.json: Accept empty arrays with whitespace (fixes #1782) 2022-11-04 12:26:10 +00:00
scansion mod_bookmarks: Reduce error about not having bookmarks to debug (thanks tom) 2022-07-26 23:44:33 +02:00
core_configmanager_spec.lua configmanager tests: Split long line 2019-12-09 11:57:10 +00:00
core_moduleapi_spec.lua spec: Trim trailing whitespace 2018-03-06 06:27:20 +01:00
core_storagemanager_spec.lua storagemanager: Add keyval+ (combined keyval + map) store type 2022-09-27 17:46:27 +01:00
mod_bosh_spec.lua mod_bosh: Add tests (run with 'busted -r bosh') 2018-09-23 17:12:21 +01:00
muc_util_spec.lua spec: Include a hacky moduleapi stub to allow test to proceed 2020-04-11 17:59:39 +02:00
net_http_parser_spec.lua net.http.parser: Fix off-by-one error in chunk parser 2023-02-17 17:01:19 +00:00
net_http_server_spec.lua net.http.server: Prevent loading of net.server in tests (breaks unrelated tests for some reason) 2018-03-24 00:06:55 +01:00
net_resolvers_service_spec.lua net.resolvers.service: Honour record 'weight' when picking SRV targets 2022-03-17 18:20:26 +00:00
net_stun_spec.lua net.stun: tests: Remove stray print() from debugging 2022-03-04 16:46:47 +00:00
net_websocket_frames_spec.lua net.websocket.frames: Add test for empty frame with MASK and key set 2020-10-15 14:01:22 +01:00
utf8_sequences.txt Port tests to the busted test runner 2017-09-15 17:07:57 -04:00
util_argparse_spec.lua util.argparse: Revise 553c6204fe5b with a different approach 2022-04-25 15:24:56 +01:00
util_array_spec.lua util.array: Add :slice() method + tests 2021-09-12 10:50:20 +01:00
util_async_spec.lua util.async tests: Explicitly import match from luassert (luacheck) 2021-11-29 14:22:08 +00:00
util_bitcompat_spec.lua util.bitcompat: Add some simple tests 2022-03-04 19:48:01 +00:00
util_cache_spec.lua util.cache: Add some missing test cases 2022-10-13 09:55:36 +01:00
util_crypto_spec.lua util.crypto: Add support for AES-256-CTR 2023-01-13 14:34:10 +00:00
util_dataforms_spec.lua util.stanza: Add method for extracting a single attribute value 2022-08-17 19:04:30 +02:00
util_datamanager_spec.lua util.datamanager: Add basic tests 2021-02-09 23:25:30 +01:00
util_datamapper_spec.lua util.datamapper: Simplify test schema 2022-12-20 18:55:47 +01:00
util_datetime_spec.lua util.datetime: Add some missing test cases 2022-10-08 23:55:22 +01:00
util_dbuffer_spec.lua util.dbuffer: Add a bunch of missing test cases 2022-10-11 11:38:32 +01:00
util_debug_spec.lua util.debug: Fix locals being reported under wrong stack frame in some cases (+tests!!) 2020-10-16 13:38:04 +01:00
util_encodings_spec.lua spec/util.encodings: Test a lonly padding (can appear like this in SASL) 2017-11-03 15:44:43 +01:00
util_envload_spec.lua util.envload: Add basic test of envload() 2021-03-26 13:03:22 +01:00
util_error_spec.lua util.error: Add coerce and wrap methods to registry(?) objects 2020-12-09 13:55:10 +00:00
util_events_spec.lua util.event: Add luacheck annotation to unused parameter in tests 2020-09-03 13:10:46 +01:00
util_format_spec.lua tests: Remove special-casing of Lua 5.1 2022-07-02 17:29:03 +02:00
util_hashes_spec.lua spec: Suppress some harmless luacheck warnings in tests 2023-01-13 14:53:40 +00:00
util_hashring_spec.lua util.hashring: Support associating arbitrary data with nodes 2022-12-02 20:32:36 +00:00
util_hmac_spec.lua util.hex: Deprecate to/from in favour of encode/decode, for consistency! 2022-03-04 15:22:45 +00:00
util_http_spec.lua spec: Add test cases for util.http.contains_token 2020-04-10 20:20:14 +02:00
util_human_io_spec.lua util.human.io: Fix cutting of UTF-8 into pieces 2021-11-12 14:21:15 +01:00
util_human_units_spec.lua util.human.units: A library for formatting numbers with SI units 2019-01-04 08:46:26 +01:00
util_indexedbheap_spec.lua util.indexedbheap: Fix heap datastructure corruption in :reschedule(smaller_value) 2020-09-29 21:27:16 -05:00
util_interpolation_spec.lua util.interpolation: Add test for #1623 2021-01-25 21:27:05 +01:00
util_ip_spec.lua util.ip: Tests for truncate() 2023-03-14 18:40:16 +00:00
util_iterators_spec.lua util.iterators: join: Work even with only a single iterator in the chain 2022-10-06 18:34:40 +01:00
util_jid_spec.lua util.jid: Add test for invalid domain but valid UTF-8 (thanks jonas) 2022-10-11 15:41:05 +01:00
util_json_spec.lua util.json: Test util.array integration 2020-01-15 21:14:06 +01:00
util_jsonpointer_spec.lua util.jsonpointer: Improve tests 2022-10-19 14:21:13 +02:00
util_jsonschema_spec.lua util.jsonschema: Disable some further new failing tests 2023-03-11 12:12:49 +01:00
util_jwt_spec.lua util.jwt: Add support for ES512 (+ tests) 2022-09-29 23:17:42 +01:00
util_multitable_spec.lua Port tests to the busted test runner 2017-09-15 17:07:57 -04:00
util_paseto_spec.lua spec: Suppress some harmless luacheck warnings in tests 2023-01-13 14:53:40 +00:00
util_paths_spec.lua util_paths_spec: Trim trailing white space 2020-10-17 19:24:44 +02:00
util_poll_spec.lua util.poll: Expand stub tests 2022-03-17 13:15:50 +01:00
util_promise_spec.lua util.promise: Fix field name in failing test (introduced in 2639e0e1c378) 2022-10-07 18:04:30 +01:00
util_pubsub_spec.lua util.pubsub: Fix item store resize to "max" 2022-01-06 01:18:35 +01:00
util_queue_spec.lua util.queue: Add 'consume()' convenience iterator 2019-03-23 08:47:55 +00:00
util_random_spec.lua spec/util.random: Check a larger range of sizes 2017-12-03 15:37:17 +01:00
util_rfc6724_spec.lua Port tests to the busted test runner 2017-09-15 17:07:57 -04:00
util_ringbuffer_spec.lua util.ringbuffer: Fix accidentally committed test change (thanks buildbot) 2020-06-25 15:45:13 +01:00
util_roles_spec.lua util.roles: Fix tests to use autogenerated role id 2022-10-08 20:39:14 +01:00
util_rsm_spec.lua util.rsm: Increase test coverage 2021-03-06 18:22:52 +01:00
util_sasl_spec.lua util.sasl: Add stub tests 2019-12-14 22:43:12 +01:00
util_serialization_spec.lua util.serialization: Add option for allowing multiple references to the same table (but not cycles) 2018-10-27 12:43:03 +02:00
util_smqueue_spec.lua util.smqueue: Improve tests 2022-10-19 14:34:41 +02:00
util_stanza_spec.lua util.stanza: Add add_error() to simplify adding error tags to existing stanzas 2022-08-29 14:59:46 +01:00
util_strbitop.lua util.strbitop: Add tests covering basics 2020-10-15 16:41:51 +02:00
util_table_spec.lua util.table: Expand table.move() tests (thanks mutation testing) 2023-03-17 17:06:05 +00:00
util_throttle_spec.lua Fix various spelling mistakes [codespell] 2019-05-03 20:54:24 +02:00
util_time_spec.lua util.time: Add brief tests 2018-08-18 00:41:49 +02:00
util_uuid_spec.lua various: Update IETF RFC URLs for tools.ietf.org transition 2022-08-05 16:54:15 +02:00
util_xml_spec.lua util.xml: Add an option to allow <?processing instructions?> 2022-02-04 20:47:39 +01:00
util_xmppstream_spec.lua util.xmppstream: Add tests for various XML features forbidden by the RFC 2018-07-11 11:58:25 +01:00