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.
 
 
 
 
 
watcha-synapse/tests
Eric Eastwood fa8616e65c
Fix MSC3030 `/timestamp_to_event` returning `outliers` that it has no idea whether are near a gap or not (#14215)
2 years ago
..
api Support filtering the /messages API by relation type (MSC3874). (#14148) 2 years ago
app Remove configuration options for direct TCP replication. (#13647) 2 years ago
appservice Send the appservice access token as a header. (#13996) 2 years ago
config Reload cache factors from disk on SIGHUP (#12673) 3 years ago
crypto Remove direct refeferences to PyNaCl (use signedjson instead). (#12902) 3 years ago
events Register homeserver modules when creating test homeserver (#13558) 3 years ago
federation Always close _all_ `ijson` coroutines, even if doing so raises Exceptions (#14065) 2 years ago
handlers Avoid checking the event cache when backfilling events (#14164) 2 years ago
http Making parse_server_name more consistent (#14007) 2 years ago
logging Implementation of HTTP 307 response for MSC3886 POST endpoint (#14018) 2 years ago
module_api Reduce the number of tests using TCP replication. (#13543) 3 years ago
push Remove the experimental implementation of MSC3772. (#14094) 2 years ago
replication Track notification counts per thread (implement MSC3773). (#13776) 2 years ago
rest Fix MSC3030 `/timestamp_to_event` returning `outliers` that it has no idea whether are near a gap or not (#14215) 2 years ago
scripts Add some type hints to tests files (#12833) 3 years ago
server_notices Fix that sending server notices fail if avatar is `None` (#13566) 3 years ago
state Fix typechecks against twisted trunk (#13061) 3 years ago
storage Remove `_get_events_cache` check optimisation from `_have_seen_events_dict` (#14161) 2 years ago
test_utils Rename storage classes (#12913) 3 years ago
util Don't require `setuptools_rust` at runtime (#13952) 2 years ago
__init__.py Remove redundant "coding: utf-8" lines (#9786) 4 years ago
server.py Implementation of HTTP 307 response for MSC3886 POST endpoint (#14018) 2 years ago
test_distributor.py Replace assertEquals and friends with non-deprecated versions. (#12092) 3 years ago
test_event_auth.py Rename the `EventFormatVersions` enum values so that they line up with room version numbers. (#13706) 2 years ago
test_federation.py Track when the pulled event signature fails (#13815) 2 years ago
test_mau.py Remove remaining bits of groups code. (#12936) 3 years ago
test_metrics.py Add experimental configuration option to allow disabling legacy Prometheus metric names. (#13540) 3 years ago
test_phone_home.py Share some metrics between the Prometheus exporter and the phone home stats (#13671) 3 years ago
test_rust.py Add a stub Rust crate (#12595) 2 years ago
test_server.py Implementation of HTTP 307 response for MSC3886 POST endpoint (#14018) 2 years ago
test_state.py Faster room joins: avoid blocking when pulling events with missing prevs (#13355) 3 years ago
test_terms_auth.py Use literals in place of `HTTPStatus` constants in tests (#13463) 3 years ago
test_test_utils.py Replace assertEquals and friends with non-deprecated versions. (#12092) 3 years ago
test_types.py Fix error in `is_mine_id` when encountering a malformed ID (#13746) 2 years ago
test_visibility.py Rename test case method to `add_hashes_and_signatures_from_other_server` (#13255) 3 years ago
unittest.py Persist CreateRoom events to DB in a batch (#13800) 2 years ago
utils.py Update mypy and mypy-zope, attempt 3 (#13993) 2 years ago