| Commit message (Expand) | Author | Age | Files | Lines |
* | util.jsonschema: Tweak description of disabled test | Kim Alvefur | 2023-04-22 | 1 | -1/+1 |
* | util.jsonschema: Enable passing IEEE 754 equality test | Kim Alvefur | 2023-04-22 | 1 | -1/+0 |
* | util.error: Add test for #1805 | Kim Alvefur | 2023-04-19 | 1 | -0/+3 |
* | util.human.io: Add parse_duration() method to parse a duration string | Matthew Wild | 2023-04-07 | 1 | -0/+18 |
* | integration tests: Preserve unmocked time.monotonic() | Matthew Wild | 2023-04-06 | 1 | -6/+5 |
* | util.fsm: New utility lib for finite state machines | Matthew Wild | 2022-03-17 | 1 | -0/+250 |
* | util.jsonschema: Implement 'dependentSchemas' | Kim Alvefur | 2023-03-26 | 1 | -1/+1 |
* | util.jsonschema: Implement 'dependentRequired' | Kim Alvefur | 2023-03-26 | 1 | -1/+0 |
* | util.format: Update tests for serialization changes | Kim Alvefur | 2023-03-26 | 1 | -5/+5 |
* | scansion: Enable mod_debug_reset during tests | Matthew Wild | 2023-03-23 | 1 | -0/+3 |
* | scansion: vcard_temp: Ensure at least one connection is open throughout test | Matthew Wild | 2023-03-23 | 1 | -2/+2 |
* | scansion: Fix tests failing after addition of pubsub#itemreply config field | Matthew Wild | 2023-03-23 | 4 | -0/+51 |
* | scansion: Fix tests failing due to lack of 'publisher' | Matthew Wild | 2023-03-23 | 1 | -1/+1 |
* | scansion: Add tests for pubsub#itemreply in PEP | Matthew Wild | 2023-03-22 | 1 | -0/+205 |
* | scansion: PEP notifications no longer carry 'publisher' by default | Matthew Wild | 2023-03-22 | 1 | -3/+3 |
* | storagemanager: Add keyval+ (combined keyval + map) store type | Matthew Wild | 2022-09-27 | 1 | -0/+130 |
* | util.jsonschema: Disable some further new failing tests | Kim Alvefur | 2023-03-11 | 1 | -1/+4 |
* | util.jsonschema: Ignore some new tests in test suite | Kim Alvefur | 2023-03-11 | 1 | -1/+4 |
* | util.table: Expand table.move() tests (thanks mutation testing) | Matthew Wild | 2023-03-17 | 1 | -0/+31 |
* | util.ip: Tests for truncate() | Matthew Wild | 2023-03-14 | 1 | -0/+22 |
* | Merge 0.12->trunk | Matthew Wild | 2023-02-17 | 1 | -3/+50 |
|\ |
|
| * | net.http.parser: Fix off-by-one error in chunk parser | Matthew Wild | 2023-02-17 | 1 | -3/+50 |
* | | Merge 0.12->trunk | Matthew Wild | 2023-02-09 | 1 | -3/+3 |
|\| |
|
| * | net.http.parser: Improve handling of responses without content-length | Matthew Wild | 2023-02-09 | 1 | -3/+3 |
* | | spec: Suppress some harmless luacheck warnings in tests | Matthew Wild | 2023-01-13 | 2 | -0/+3 |
* | | util.paseto: Add support for v3.local tokens | Matthew Wild | 2023-01-13 | 1 | -18/+191 |
* | | util.crypto: Add support for AES-256-CTR | Matthew Wild | 2023-01-13 | 1 | -0/+17 |
* | | util.hashes: Add HKDF-HMAC-SHA256/HKDF-HMAC-SHA384 | Matthew Wild | 2023-01-13 | 1 | -0/+38 |
* | | util.datamapper: Simplify test schema | Kim Alvefur | 2022-12-20 | 1 | -12/+12 |
* | | util.hashring: Support associating arbitrary data with nodes | Matthew Wild | 2022-12-02 | 1 | -0/+7 |
* | | util.hashring: tests: don't randomize order - they are written in a sequentia... | Matthew Wild | 2022-12-02 | 1 | -0/+1 |
* | | Merge 0.12->trunk | Matthew Wild | 2022-11-04 | 1 | -0/+8 |
|\| |
|
| * | util.json: Accept empty arrays with whitespace (fixes #1782) | Matthew Wild | 2022-11-04 | 1 | -0/+8 |
* | | util.smqueue: Improve tests | Kim Alvefur | 2022-10-19 | 1 | -0/+3 |
* | | util.jsonpointer: Improve tests | Kim Alvefur | 2022-10-19 | 1 | -0/+2 |
* | | util.cache: Add some missing test cases | Matthew Wild | 2022-10-13 | 1 | -0/+52 |
* | | util.jid: Add test for invalid domain but valid UTF-8 (thanks jonas) | Matthew Wild | 2022-10-11 | 1 | -0/+1 |
* | | util.jid: Add missing test cases | Matthew Wild | 2022-10-11 | 1 | -0/+40 |
* | | util.dbuffer: Add a bunch of missing test cases | Matthew Wild | 2022-10-11 | 1 | -2/+70 |
* | | Merge 0.12->trunk | Kim Alvefur | 2022-10-09 | 1 | -7/+13 |
|\| |
|
| * | util.jsonschema: Ignore test case for JavaScript specific detail | Kim Alvefur | 2022-10-09 | 1 | -0/+1 |
| * | util.jsonschema: Ignore some further test cases for URI references | Kim Alvefur | 2022-10-09 | 1 | -0/+5 |
| * | util.jsonschema: Sort test cases to skip | Kim Alvefur | 2022-10-09 | 1 | -7/+7 |
* | | util.datetime: Add some missing test cases | Matthew Wild | 2022-10-08 | 1 | -0/+15 |
* | | util.roles: Fix tests to use autogenerated role id | Matthew Wild | 2022-10-08 | 1 | -1/+1 |
* | | util.roles: Add some more missing test cases | Matthew Wild | 2022-10-08 | 1 | -0/+18 |
* | | util.promise: Fix field name in failing test (introduced in 2639e0e1c378) | Matthew Wild | 2022-10-07 | 1 | -1/+1 |
* | | util.promise: Add some missing test cases (found through mutation testing) | Matthew Wild | 2022-10-07 | 1 | -0/+25 |
* | | util.promise: Remove some redundant checks, add tests confirming redundancy | Matthew Wild | 2022-10-07 | 1 | -0/+21 |
* | | util.roles: Add tests | Matthew Wild | 2022-10-07 | 1 | -0/+116 |