David Robertson d642ce4b32 Use Pydantic to systematically validate a first batch of endpoints in `synapse.rest.client.account`. (#13188) 2 年 前
..
__init__.py 4b965c862d Remove redundant "coding: utf-8" lines (#9786) 3 年 前
test_account.py d642ce4b32 Use Pydantic to systematically validate a first batch of endpoints in `synapse.rest.client.account`. (#13188) 2 年 前
test_account_data.py e4409301ba Add a module callback to react to account data changes (#12327) 2 年 前
test_auth.py 7b88f5a107 Add an option allowing users to use their password to reauthenticate even though password authentication is disabled. (#12883) 2 年 前
test_capabilities.py 64c73c6ac8 Add type hints to `tests/rest/client` (#12066) 2 年 前
test_consent.py 54e74cc15f Add type hints to `tests/rest/client` (#12072) 2 年 前
test_devices.py 28989cb301 Add a background job to automatically delete stale devices (#12855) 2 年 前
test_directory.py efee345b45 Remove unnecessary `json.dumps` from tests (#13303) 2 年 前
test_ephemeral_message.py 54e74cc15f Add type hints to `tests/rest/client` (#12072) 2 年 前
test_events.py c52abc1cfd Additional constants for EDU types. (#12884) 2 年 前
test_filter.py e2ed1b7155 Use literals in place of `HTTPStatus` constants in tests (#13463) 2 年 前
test_identity.py efee345b45 Remove unnecessary `json.dumps` from tests (#13303) 2 年 前
test_keys.py 54e74cc15f Add type hints to `tests/rest/client` (#12072) 2 年 前
test_login.py e2ed1b7155 Use literals in place of `HTTPStatus` constants in tests (#13463) 2 年 前
test_models.py d642ce4b32 Use Pydantic to systematically validate a first batch of endpoints in `synapse.rest.client.account`. (#13188) 2 年 前
test_mutual_rooms.py 6be4953b99 Mutual rooms: Remove dependency on user directory (#12836) 2 年 前
test_notifications.py b10211871f Fix invite notifications for users without pushers (#12840) 2 年 前
test_password_policy.py efee345b45 Remove unnecessary `json.dumps` from tests (#13303) 2 年 前
test_power_levels.py 54e74cc15f Add type hints to `tests/rest/client` (#12072) 2 年 前
test_presence.py 78b99de7c2 Prefer `make_awaitable` over `defer.succeed` in tests (#12505) 2 年 前
test_profile.py d102ad67fd annotate tests.server.FakeChannel (#13136) 2 年 前
test_push_rule_attrs.py 1901cb1d4a Add type hints to `tests/rest/client` (#12084) 2 年 前
test_redactions.py e2ed1b7155 Use literals in place of `HTTPStatus` constants in tests (#13463) 2 年 前
test_register.py e2ed1b7155 Use literals in place of `HTTPStatus` constants in tests (#13463) 2 年 前
test_relations.py 922b771337 Add missing type hints for tests.unittest. (#13397) 2 年 前
test_report_event.py e2ed1b7155 Use literals in place of `HTTPStatus` constants in tests (#13463) 2 年 前
test_retention.py 1e453053cb Rename storage classes (#12913) 2 年 前
test_room_batch.py 7bc08f3201 Remove remaining bits of groups code. (#12936) 2 年 前
test_rooms.py 583f22780f Use stable prefixes for MSC3827: filtering of `/publicRooms` by room type (#13370) 2 年 前
test_sendtodevice.py c52abc1cfd Additional constants for EDU types. (#12884) 2 年 前
test_shadow_banned.py c52abc1cfd Additional constants for EDU types. (#12884) 2 年 前
test_sync.py ab18441573 Support stable identifiers for MSC2285: private read receipts. (#13273) 2 年 前
test_third_party_rules.py e2ed1b7155 Use literals in place of `HTTPStatus` constants in tests (#13463) 2 年 前
test_transactions.py 78b99de7c2 Prefer `make_awaitable` over `defer.succeed` in tests (#12505) 2 年 前
test_typing.py c52abc1cfd Additional constants for EDU types. (#12884) 2 年 前
test_upgrade_room.py 99d3931974 Add more tests for room upgrades (#13074) 2 年 前
utils.py e2ed1b7155 Use literals in place of `HTTPStatus` constants in tests (#13463) 2 年 前