IMPORTANT: due to a drive failure, as of 13-Mar-2021, the Mercurial repository had to be re-mirrored, which changed every commit SHA. The old SHAs and trees are backed up in the vault branches. Please migrate to the new branches as soon as you can.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
prosody/spec
Kim Alvefur 3619de6000 util.uuid: Add UUIDv7 4 years ago
..
inputs util.jwt: Add support for ES512 (+ tests) 3 years ago
json util.json: Accept empty arrays with whitespace (fixes #1782) 3 years ago
scansion integration tests: Preserve unmocked time.monotonic() 3 years ago
core_configmanager_spec.lua configmanager tests: Split long line 6 years ago
core_moduleapi_spec.lua
core_storagemanager_spec.lua tests: Add hack to test only a single storage driver 2 years ago
mod_bosh_spec.lua mod_bosh: Add tests (run with 'busted -r bosh') 7 years ago
muc_util_spec.lua spec: Include a hacky moduleapi stub to allow test to proceed 6 years ago
net_http_parser_spec.lua net.http.parser: Fix off-by-one error in chunk parser 3 years ago
net_http_server_spec.lua net.http.server: Prevent loading of net.server in tests (breaks unrelated tests for some reason) 8 years ago
net_resolvers_service_spec.lua net.resolvers.service: Honour record 'weight' when picking SRV targets 4 years ago
net_stun_spec.lua net.stun: tests: Remove stray print() from debugging 4 years ago
net_websocket_frames_spec.lua net.websocket.frames: Add test for empty frame with MASK and key set 5 years ago
utf8_sequences.txt
util_argparse_spec.lua util.argparse: Add support for repeatable parameters 4 years ago
util_array_spec.lua util.array: Fix new() library function 2 years ago
util_async_spec.lua util.async tests: Explicitly import match from luassert (luacheck) 4 years ago
util_bitcompat_spec.lua util.bitcompat: Add some simple tests 4 years ago
util_cache_spec.lua util.cache: Pass cache itself to eviction callback 3 years ago
util_crypto_spec.lua util.crypto: Add support for AES-256-CTR 3 years ago
util_dataforms_spec.lua util.stanza: Add method for extracting a single attribute value 3 years ago
util_datamanager_spec.lua util.datamanager: Add basic tests 5 years ago
util_datamapper_spec.lua util.datamapper: Simplify test schema 3 years ago
util_datetime_spec.lua util.datetime: Add some missing test cases 3 years ago
util_dbuffer_spec.lua util.dbuffer: Add a bunch of missing test cases 3 years ago
util_debug_spec.lua util.debug: Fix locals being reported under wrong stack frame in some cases (+tests!!) 5 years ago
util_encodings_spec.lua
util_envload_spec.lua util.envload: Add basic test of envload() 5 years ago
util_error_spec.lua util.error: Add test for #1805 3 years ago
util_events_spec.lua util.event: Add luacheck annotation to unused parameter in tests 5 years ago
util_format_spec.lua util.format: Update tests for serialization changes 3 years ago
util_fsm_spec.lua util.fsm: New utility lib for finite state machines 4 years ago
util_hashes_spec.lua spec: Suppress some harmless luacheck warnings in tests 3 years ago
util_hashring_spec.lua util.hashring: Support associating arbitrary data with nodes 3 years ago
util_hmac_spec.lua util.hex: Deprecate to/from in favour of encode/decode, for consistency! 4 years ago
util_http_spec.lua util.http: Implement parser for RFC 7239 Forwarded header 3 years ago
util_human_io_spec.lua util.human.io: Add tests for parse_duration() (some failing) 3 years ago
util_human_units_spec.lua util.human.units: A library for formatting numbers with SI units 7 years ago
util_indexedbheap_spec.lua util.indexedbheap: Fix heap datastructure corruption in :reschedule(smaller_value) 5 years ago
util_interpolation_spec.lua util.interpolation: Add test for #1623 5 years ago
util_ip_spec.lua util.ip: Tests for truncate() 3 years ago
util_iterators_spec.lua util.iterators: join: Work even with only a single iterator in the chain 3 years ago
util_jid_spec.lua util.jid: Add test for invalid domain but valid UTF-8 (thanks jonas) 3 years ago
util_json_spec.lua util.json: Test util.array integration 6 years ago
util_jsonpointer_spec.lua util.jsonpointer: Improve tests 3 years ago
util_jsonschema_spec.lua util.jsonschema: Update test suite ignore rules 3 years ago
util_jwt_spec.lua util.jwt: Add support for ES512 (+ tests) 3 years ago
util_multitable_spec.lua
util_paseto_spec.lua spec: Suppress some harmless luacheck warnings in tests 3 years ago
util_paths_spec.lua util_paths_spec: Trim trailing white space 5 years ago
util_poll_spec.lua util.poll: Expand stub tests 4 years ago
util_promise_spec.lua util.promise: Fix field name in failing test (introduced in 2639e0e1c378) 3 years ago
util_pubsub_spec.lua util.pubsub: Fix item store resize to "max" 4 years ago
util_queue_spec.lua util.queue: Add 'consume()' convenience iterator 7 years ago
util_random_spec.lua
util_rfc6724_spec.lua
util_ringbuffer_spec.lua util.ringbuffer: Fix accidentally committed test change (thanks buildbot) 6 years ago
util_roles_spec.lua util.roles: Fix tests to use autogenerated role id 3 years ago
util_rsm_spec.lua util.rsm: Increase test coverage 5 years ago
util_sasl_spec.lua util.sasl: Add basic tests for OAUTHBEARER 3 years ago
util_serialization_spec.lua util.serialization: Add option for allowing multiple references to the same table (but not cycles) 7 years ago
util_smqueue_spec.lua util.smqueue: Improve tests 3 years ago
util_stanza_spec.lua util.stanza: Add add_error() to simplify adding error tags to existing stanzas 3 years ago
util_strbitop.lua util.strbitop: Add tests covering basics 5 years ago
util_table_spec.lua util.table: Expand table.move() tests (thanks mutation testing) 3 years ago
util_throttle_spec.lua Fix various spelling mistakes [codespell] 7 years ago
util_time_spec.lua util.time: Add brief tests 7 years ago
util_uuid_spec.lua util.uuid: Add UUIDv7 4 years ago
util_xml_spec.lua util.xml: Add an option to allow <?processing instructions?> 4 years ago
util_xmppstream_spec.lua util.xmppstream: Add tests for various XML features forbidden by the RFC 8 years ago