0
0
Fork 1
mirror of https://mau.dev/maunium/synapse.git synced 2024-07-05 18:58:48 +02:00
synapse/tests/rest/admin
Richard van der Hoff b1ecd19c5d
Fix 'delete room' admin api to work on incomplete rooms (#11523)
If, for some reason, we don't have the create event, we should still be able to
purge a room.
2021-12-07 11:37:54 +00:00
..
__init__.py Remove redundant "coding: utf-8" lines (#9786) 2021-04-14 15:34:27 +01:00
test_admin.py Convert status codes to HTTPStatus in tests.rest.admin (#11455) 2021-11-30 09:53:54 +00:00
test_background_updates.py Add type hints to synapse/tests/rest/admin (#11501) 2021-12-03 13:57:13 +00:00
test_device.py Add type hints to synapse/tests/rest/admin (#11501) 2021-12-03 13:57:13 +00:00
test_event_reports.py Add type hints to synapse/tests/rest/admin (#11501) 2021-12-03 13:57:13 +00:00
test_federation.py Add admin API to get some information about federation status (#11407) 2021-12-06 16:59:50 +00:00
test_media.py Add type hints to synapse/tests/rest/admin (#11501) 2021-12-03 13:57:13 +00:00
test_registration_tokens.py Add type hints to synapse/tests/rest/admin (#11501) 2021-12-03 13:57:13 +00:00
test_room.py Fix 'delete room' admin api to work on incomplete rooms (#11523) 2021-12-07 11:37:54 +00:00
test_server_notice.py Add type hints to synapse/tests/rest/admin (#11501) 2021-12-03 13:57:13 +00:00
test_statistics.py Add type hints to synapse/tests/rest/admin (#11501) 2021-12-03 13:57:13 +00:00
test_user.py Add type hints to synapse/tests/rest/admin (#11501) 2021-12-03 13:57:13 +00:00
test_username_available.py Convert status codes to HTTPStatus in tests.rest.admin (#11455) 2021-11-30 09:53:54 +00:00