forked-synapse/tests/handlers
Richard van der Hoff 319a805cd3
Raise an exception when getting state at an outlier (#12191)
It seems like calling `_get_state_group_for_events` for an event where the
state is unknown is an error. Accordingly, let's raise an exception rather than
silently returning an empty result.
2022-04-01 13:01:49 +01:00
..
__init__.py
oidc_test_key.p8 JWT OIDC secrets for Sign in with Apple (#9549) 2021-03-09 15:03:37 +00:00
oidc_test_key.pub.pem JWT OIDC secrets for Sign in with Apple (#9549) 2021-03-09 15:03:37 +00:00
test_admin.py Add some type hints to the tests.handlers module. (#12207) 2022-03-11 07:07:15 -05:00
test_appservice.py Send device list updates to application services (MSC3202) - part 1 (#11881) 2022-03-30 14:39:27 +01:00
test_auth.py Add some type hints to the tests.handlers module. (#12207) 2022-03-11 07:07:15 -05:00
test_cas.py Add type hints to more tests files. (#12240) 2022-03-17 07:25:50 -04:00
test_deactivate_account.py Add some type hints to the tests.handlers module. (#12207) 2022-03-11 07:07:15 -05:00
test_device.py Add some type hints to the tests.handlers module. (#12207) 2022-03-11 07:07:15 -05:00
test_directory.py Add type hints to some tests/handlers files. (#12224) 2022-03-15 09:16:37 -04:00
test_e2e_keys.py Add type hints to some tests/handlers files. (#12224) 2022-03-15 09:16:37 -04:00
test_e2e_room_keys.py Remove redundant "coding: utf-8" lines (#9786) 2021-04-14 15:34:27 +01:00
test_federation_event.py Optimise _get_state_after_missing_prev_event: use /state (#12040) 2022-04-01 12:53:42 +01:00
test_federation.py Raise an exception when getting state at an outlier (#12191) 2022-04-01 13:01:49 +01:00
test_message.py Remove HomeServer.get_datastore() (#12031) 2022-02-23 11:04:02 +00:00
test_oidc.py Add type hints to some tests/handlers files. (#12224) 2022-03-15 09:16:37 -04:00
test_password_providers.py Remove unnecessary pass statements. (#12206) 2022-03-11 07:06:21 -05:00
test_presence.py Add type hints to more tests files. (#12240) 2022-03-17 07:25:50 -04:00
test_profile.py Always allow the empty string as an avatar_url. (#12261) 2022-03-25 13:28:42 +00:00
test_receipts.py Replace assertEquals and friends with non-deprecated versions. (#12092) 2022-02-28 07:12:29 -05:00
test_register.py Replace assertEquals and friends with non-deprecated versions. (#12092) 2022-02-28 07:12:29 -05:00
test_room_summary.py Do not return allowed_room_ids from /hierarchy response. (#12175) 2022-03-08 08:09:11 -05:00
test_room.py Pull out encrypted_by_default tests from user_directory tests (#10752) 2021-09-06 11:37:54 +01:00
test_saml.py Add type hints to some tests/handlers files. (#12224) 2022-03-15 09:16:37 -04:00
test_send_email.py Fix incompatibility with Twisted < 21. (#10713) 2021-08-27 16:33:41 +01:00
test_stats.py Remove HomeServer.get_datastore() (#12031) 2022-02-23 11:04:02 +00:00
test_sync.py Replace assertEquals and friends with non-deprecated versions. (#12092) 2022-02-28 07:12:29 -05:00
test_typing.py Add type hints to tests files. (#12256) 2022-03-21 09:43:16 -04:00
test_user_directory.py Replace assertEquals and friends with non-deprecated versions. (#12092) 2022-02-28 07:12:29 -05:00