MatrixSynapse/tests/rest/admin
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_admin.py Remove references to supporting per-user flag for msc2654 (#15522) 2023-05-02 14:21:36 -07:00
test_background_updates.py
test_device.py
test_event_reports.py Admin API endpoint to delete a reported event (#15116) 2023-02-28 12:09:10 +00:00
test_federation.py
test_jwks.py Tests for JWKS endpoint 2023-05-30 09:43:06 -04:00
test_media.py Refactor media modules. (#15146) 2023-02-27 08:26:05 -05:00
test_registration_tokens.py
test_room.py Fix error when sending message into deleted room. (#15235) 2023-03-21 09:13:43 +00:00
test_server_notice.py
test_statistics.py
test_user.py Replace make_awaitable with AsyncMock (#16179) 2023-08-24 19:38:46 -04:00
test_username_available.py