MatrixSynapse/tests
Sean Quah 224d792dd7
Refactor `_resolve_state_at_missing_prevs` to return an `EventContext` (#13404)
Previously, `_resolve_state_at_missing_prevs` returned the resolved
state before an event and a partial state flag. These were unwieldy to
carry around would only ever be used to build an event context. Build
the event context directly instead.

Signed-off-by: Sean Quah <seanq@matrix.org>
2022-08-01 13:53:56 +01:00
..
api
app
appservice
config
crypto
events
federation
handlers Refactor `_resolve_state_at_missing_prevs` to return an `EventContext` (#13404) 2022-08-01 13:53:56 +01:00
http
logging
module_api
push Don't include appservice users when calculating push rules (#13332) 2022-07-20 12:06:13 +01:00
replication
rest
scripts
server_notices
state
storage Faster room joins: avoid blocking when pulling events with missing prevs (#13355) 2022-07-26 12:39:23 +01:00
test_utils
util
__init__.py
server.py
test_distributor.py Replace assertEquals and friends with non-deprecated versions. (#12092) 2022-02-28 07:12:29 -05:00
test_event_auth.py
test_federation.py
test_mau.py
test_metrics.py
test_phone_home.py
test_server.py
test_state.py
test_terms_auth.py
test_test_utils.py
test_types.py
test_visibility.py
unittest.py
utils.py