MatrixSynapse/tests
Dirk Klimpel 444588c5fc
Add some type hints to tests files (#12833)
Co-authored-by: Andrew Morgan <1342360+anoadragon453@users.noreply.github.com>
2022-05-23 11:23:26 +00:00
..
api
app
appservice
config Reload cache factors from disk on SIGHUP (#12673) 2022-05-11 13:43:22 +00:00
crypto
events
federation Make handling of federation Authorization header (more) compliant with RFC7230 (#12774) 2022-05-18 11:19:30 +01:00
handlers Add some type hints to `event_federation` datastore (#12753) 2022-05-18 16:02:10 +01:00
http Add some type hints to tests files (#12833) 2022-05-23 11:23:26 +00:00
logging
module_api
push
replication Lay some foundation work to allow workers to only subscribe to some kinds of messages, reducing replication traffic. (#12672) 2022-05-19 16:29:08 +01:00
rest Add a unit test for copying over arbitrary room types when upgrading a room (#12792) 2022-05-19 18:32:48 +01:00
scripts Add some type hints to tests files (#12833) 2022-05-23 11:23:26 +00:00
server_notices Don't create an empty room when checking for MAU limits (#12713) 2022-05-13 15:30:15 +02:00
state
storage Add some type hints to tests files (#12833) 2022-05-23 11:23:26 +00:00
test_utils
util Add config flags to allow for cache auto-tuning (#12701) 2022-05-13 12:32:39 -07:00
__init__.py
server.py Reload cache factors from disk on SIGHUP (#12673) 2022-05-11 13:43:22 +00:00
test_distributor.py
test_event_auth.py
test_federation.py
test_mau.py
test_metrics.py
test_phone_home.py
test_server.py
test_state.py Update EventContext `get_current_event_ids` and `get_prev_event_ids` to accept state filters and update calls where possible (#12791) 2022-05-20 09:54:12 +01:00
test_terms_auth.py
test_test_utils.py
test_types.py
test_visibility.py
unittest.py
utils.py