0
0
Fork 1
mirror of https://mau.dev/maunium/synapse.git synced 2024-07-04 02:18:25 +02:00
synapse/tests
Mark Haines c626fc576a Move the AS handler out of the Handlers object.
Access it directly from the homeserver itself. It already wasn't
inheriting from BaseHandler storing it on the Handlers object was
already somewhat dubious.
2016-05-31 13:53:48 +01:00
..
api Create user with expiry 2016-05-13 15:34:15 +02:00
appservice Fix flake8 warnings for tests 2016-02-19 15:34:38 +00:00
config Check that the disable_registration config key is handled correctly 2016-02-22 16:01:29 +00:00
crypto Fix flake8 warnings for tests 2016-02-19 15:34:38 +00:00
events Fix flake8 warnings for tests 2016-02-19 15:34:38 +00:00
handlers Move the AS handler out of the Handlers object. 2016-05-31 13:53:48 +01:00
metrics Add a test for TreeCache.__contains__ 2016-02-22 15:22:38 +00:00
replication Move typing handler out of the Handlers object 2016-05-17 15:58:46 +01:00
rest Move typing handler out of the Handlers object 2016-05-17 15:58:46 +01:00
storage get_room_members is unused now 2016-05-16 19:51:43 +01:00
util Deduplicate joins 2016-04-07 14:19:02 +01:00
__init__.py Fix flake8 warnings for tests 2016-02-19 15:34:38 +00:00
test_distributor.py Fix flake8 warnings for tests 2016-02-19 15:34:38 +00:00
test_dns.py Tests 2016-04-06 10:12:30 +01:00
test_state.py Create log context in Measure if one doesn't exist 2016-04-18 16:08:32 +01:00
test_test_utils.py Fix flake8 warnings for tests 2016-02-19 15:34:38 +00:00
test_types.py Remove redundated BaseHomeServer 2016-01-26 13:52:29 +00:00
unittest.py Fix flake8 warnings for tests 2016-02-19 15:34:38 +00:00
utils.py Replaces calls to fetch_room_distributions_into with get_joined_hosts_for_room 2016-05-16 19:48:07 +01:00