MatrixSynapse/tests
Patrick Cloke 47d4bb6057
Stop patching EventBase.__eq__ in tests. (#16349)
It is clearer to directly test equality instead of doing indirect
assertions via patching __eq__.
2023-09-18 14:48:02 +00:00
..
api Refactor `get_user_by_id` (#16316) 2023-09-14 12:46:30 +01:00
app
appservice
config
crypto Refactor storing of server keys (#16261) 2023-09-12 11:08:04 +01:00
events
federation
handlers Return an immutable value from get_latest_event_ids_in_room. (#16326) 2023-09-18 09:29:05 -04:00
http
logging Update ruff config (#16283) 2023-09-08 11:24:36 -04:00
media
metrics
module_api
push Add the List-Unsubscribe header for notification emails. (#16274) 2023-09-11 09:49:48 -04:00
replication Stop patching EventBase.__eq__ in tests. (#16349) 2023-09-18 14:48:02 +00:00
rest Filter locked users in the admin API (#16328) 2023-09-18 15:37:51 +01:00
scripts
server_notices
state
storage Return an immutable value from get_latest_event_ids_in_room. (#16326) 2023-09-18 09:29:05 -04:00
test_utils
types
util Update ruff config (#16283) 2023-09-08 11:24:36 -04:00
__init__.py
server.py
test_distributor.py
test_event_auth.py
test_federation.py Return an immutable value from get_latest_event_ids_in_room. (#16326) 2023-09-18 09:29:05 -04:00
test_mau.py
test_phone_home.py
test_rust.py
test_server.py
test_state.py
test_terms_auth.py
test_test_utils.py
test_types.py
test_visibility.py Update ruff config (#16283) 2023-09-08 11:24:36 -04:00
unittest.py Refactor storing of server keys (#16261) 2023-09-12 11:08:04 +01:00
utils.py