MatrixSynapse/tests/rest/client
Patrick Cloke daf11e26ef
Replace make_awaitable with AsyncMock (#16179)
Python 3.8 provides a native AsyncMock, we can replace the
homegrown version we have.
2023-08-24 19:38:46 -04:00
..
__init__.py
test_account.py
test_account_data.py Replace make_awaitable with AsyncMock (#16179) 2023-08-24 19:38:46 -04:00
test_auth.py
test_capabilities.py Implement stable support for MSC3882 to allow an existing device/session to generate a login token for use on a new device/session (#15388) 2023-06-01 08:52:51 -04:00
test_consent.py
test_devices.py Support MSC3814: Dehydrated Devices Part 2 (#16010) 2023-08-08 12:04:46 -07:00
test_directory.py
test_ephemeral_message.py
test_events.py Bump black from 22.12.0 to 23.1.0 (#15103) 2023-02-22 15:29:09 -05:00
test_filter.py `N + 3`: Read from column `full_user_id` rather than `user_id` of tables `profiles` and `user_filters` (#15649) 2023-06-02 17:24:13 -07:00
test_identity.py
test_keys.py
test_login.py Add `Retry-After` to M_LIMIT_EXCEEDED error responses (#16136) 2023-08-24 10:40:26 -04:00
test_login_token_request.py Implement stable support for MSC3882 to allow an existing device/session to generate a login token for use on a new device/session (#15388) 2023-06-01 08:52:51 -04:00
test_models.py
test_mutual_rooms.py Update Mutual Rooms (MSC2666) implementation (#15621) 2023-05-18 12:49:12 -04:00
test_notifications.py
test_password_policy.py
test_power_levels.py
test_presence.py Replace make_awaitable with AsyncMock (#16179) 2023-08-24 19:38:46 -04:00
test_profile.py Trim whitespace when setting display names (#16031) 2023-08-01 09:14:02 -04:00
test_push_rule_attrs.py push rules: fix internal conversion from _type to value (#15781) 2023-06-16 14:17:02 +02:00
test_read_marker.py Clear event caches when we purge history (#15609) 2023-06-08 13:14:40 +01:00
test_receipts.py
test_redactions.py Run pyupgrade for python 3.7 & 3.8. (#16110) 2023-08-15 08:11:20 -04:00
test_register.py
test_relations.py Replace make_awaitable with AsyncMock (#16179) 2023-08-24 19:38:46 -04:00
test_rendezvous.py
test_report_event.py
test_retention.py
test_rooms.py Replace make_awaitable with AsyncMock (#16179) 2023-08-24 19:38:46 -04:00
test_sendtodevice.py
test_shadow_banned.py
test_sync.py
test_third_party_rules.py Replace make_awaitable with AsyncMock (#16179) 2023-08-24 19:38:46 -04:00
test_transactions.py Replace make_awaitable with AsyncMock (#16179) 2023-08-24 19:38:46 -04:00
test_typing.py
test_upgrade_room.py
utils.py