MatrixSynapse/tests/storage
Patrick Cloke a8a46b1336
Replace simple_async_mock with AsyncMock (#16180)
Python 3.8 has a native AsyncMock, use it instead of a custom
implementation.
2023-08-25 09:27:21 -04:00
..
databases Fix database performance of read/write worker locks (#16061) 2023-08-17 14:07:57 +01:00
util Replace make_awaitable with AsyncMock (#16179) 2023-08-24 19:38:46 -04:00
__init__.py
test__base.py
test_account_data.py
test_appservice.py Replace make_awaitable with AsyncMock (#16179) 2023-08-24 19:38:46 -04:00
test_background_update.py Replace simple_async_mock with AsyncMock (#16180) 2023-08-25 09:27:21 -04:00
test_base.py
test_cleanup_extrems.py
test_client_ips.py Replace make_awaitable with AsyncMock (#16179) 2023-08-24 19:38:46 -04:00
test_database.py
test_devices.py
test_directory.py
test_e2e_room_keys.py
test_end_to_end_keys.py
test_event_chain.py
test_event_federation.py Speed up state res in rare case we don't have all events (#16116) 2023-08-18 15:32:06 +01:00
test_event_metrics.py
test_event_push_actions.py
test_events.py
test_id_generators.py
test_keys.py
test_main.py Run pyupgrade for python 3.7 & 3.8. (#16110) 2023-08-15 08:11:20 -04:00
test_monthly_active_users.py Replace make_awaitable with AsyncMock (#16179) 2023-08-24 19:38:46 -04:00
test_profile.py
test_purge.py
test_receipts.py
test_redaction.py
test_registration.py Implements admin API to lock an user (MSC3939) (#15870) 2023-08-10 09:10:55 +00:00
test_relations.py
test_rollback_worker.py
test_room.py
test_room_search.py Run pyupgrade for python 3.7 & 3.8. (#16110) 2023-08-15 08:11:20 -04:00
test_roommember.py
test_state.py
test_stream.py
test_transactions.py
test_txn_limit.py
test_unsafe_locale.py
test_user_directory.py
test_user_filters.py