forked-synapse/tests/rest/admin
Patrick Cloke e584534403
Use direct references for some configuration variables (part 3) (#10885)
This avoids the overhead of searching through the various
configuration classes by directly referencing the class that
the attributes are in.

It also improves type hints since mypy can now resolve the
types of the configuration variables.
2021-09-23 07:13:34 -04:00
..
__init__.py Remove redundant "coding: utf-8" lines (#9786) 2021-04-14 15:34:27 +01:00
test_admin.py Create a constant for a small png image in tests. (#10834) 2021-09-16 12:01:14 -04:00
test_device.py Simplify tests for the device admin rest API. (#10664) 2021-08-20 15:43:26 +00:00
test_event_reports.py Flatten the synapse.rest.client package (#10600) 2021-08-17 11:57:58 +00:00
test_media.py Create a constant for a small png image in tests. (#10834) 2021-09-16 12:01:14 -04:00
test_registration_tokens.py Implement MSC3231: Token authenticated registration (#10142) 2021-08-21 22:14:43 +01:00
test_room.py Use direct references for some configuration variables (part 3) (#10885) 2021-09-23 07:13:34 -04:00
test_server_notice.py Improve ServerNoticeServlet to avoid duplicate requests (#10679) 2021-08-27 09:16:40 +00:00
test_statistics.py Create a constant for a small png image in tests. (#10834) 2021-09-16 12:01:14 -04:00
test_user.py Create a constant for a small png image in tests. (#10834) 2021-09-16 12:01:14 -04:00
test_username_available.py Flatten the synapse.rest.client package (#10600) 2021-08-17 11:57:58 +00:00