..
inputs/ http
net.http.parser: Add failing test for (large?) chunk-encoded responses
5 years ago
json
Port tests to the `busted` test runner
8 years ago
scansion
mod_tombstones: Add a very basic test case
4 years ago
core_configmanager_spec.lua
configmanager tests: Split long line
6 years ago
core_moduleapi_spec.lua
spec: Trim trailing whitespace
8 years ago
core_storagemanager_spec.lua
core.storagemanager: Respect archive ids issued by storage drivers in tests
4 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: Allow configuration of the chunk size fed to the parser
5 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_websocket_frames_spec.lua
net.websocket.frames: Add test for empty frame with MASK and key set
5 years ago
utf8_sequences.txt
Port tests to the `busted` test runner
8 years ago
util_argparse_spec.lua
util.argparse: Add test for #1691
4 years ago
util_array_spec.lua
util.array: Add :slice() method + tests
4 years ago
util_async_spec.lua
util.async tests: Explicitly import match from luassert (luacheck)
4 years ago
util_cache_spec.lua
util.cache: Add test for :table (fails on Lua 5.1)
5 years ago
util_dataforms_spec.lua
util.dataforms: Ensure larger integers are serialized as such
4 years ago
util_datamanager_spec.lua
util.datamanager: Add basic tests
5 years ago
util_datamapper_spec.lua
util_datamapper: Fix typo in unit tests
4 years ago
util_datetime_spec.lua
util.datetime: Add tests
8 years ago
util_dbuffer_spec.lua
util.dbuffer: Fix bugs, remove multi-char support (more complex than first thought)
5 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
spec/util.encodings: Test a lonly padding (can appear like this in SASL)
8 years ago
util_envload_spec.lua
util.envload: Add basic test of envload()
5 years ago
util_error_spec.lua
util.error: Add coerce and wrap methods to registry(?) objects
5 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: Skip control code escaping when doing full serialization
4 years ago
util_hashes_spec.lua
util.hashes: Fix output length of PBKDF2-HMAC-SHA256
6 years ago
util_hashring_spec.lua
util.hashring: Add tests
7 years ago
util_hmac_spec.lua
util.hmac: Ignore long hex lines in tests
7 years ago
util_http_spec.lua
spec: Add test cases for util.http.contains_token
6 years ago
util_human_io_spec.lua
util.human.io: Fix cutting of UTF-8 into pieces
4 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
Port tests to the `busted` test runner
8 years ago
util_iterators_spec.lua
util.iterators tests: Check value matches expected [luacheck]
7 years ago
util_jid_spec.lua
util.jid: Explicitly check for nil rather than falsy
4 years ago
util_json_spec.lua
util.json: Test util.array integration
6 years ago
util_jwt_spec.lua
util.jwt: Remove unused return value from tests [luacheck]
6 years ago
util_multitable_spec.lua
Port tests to the `busted` test runner
8 years ago
util_paths_spec.lua
util_paths_spec: Trim trailing white space
5 years ago
util_poll_spec.lua
util.poll: Test that it loads after being compiled
7 years ago
util_promise_spec.lua
util.promise: Fix test
4 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
spec/util.random: Check a larger range of sizes
8 years ago
util_rfc6724_spec.lua
Port tests to the `busted` test runner
8 years ago
util_ringbuffer_spec.lua
util.ringbuffer: Fix accidentally committed test change (thanks buildbot)
6 years ago
util_rsm_spec.lua
util.rsm: Increase test coverage
5 years ago
util_sasl_spec.lua
util.sasl: Add stub tests
6 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: Simplify compat table, fix dependent modules (thanks Martin)
4 years ago
util_stanza_spec.lua
util.stanza: Cover :find method in tests
4 years ago
util_strbitop.lua
util.strbitop: Add tests covering basics
5 years ago
util_table_spec.lua
util.table: Add test for create()
7 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.random: Remove obsolete noop seed function
8 years ago
util_xml_spec.lua
util.xml: Do not allow doctypes, comments or processing instructions
4 years ago
util_xmppstream_spec.lua
util.xmppstream: Add tests for various XML features forbidden by the RFC
8 years ago