0
0
Fork 1
mirror of https://mau.dev/maunium/synapse.git synced 2024-06-26 06:28:20 +02:00
synapse/tests/replication
Jonathan de Jong 6b5a115c0a
Solidify the HomeServer constructor. (#8515)
This implements a more standard API for instantiating a homeserver and
moves some of the dependency injection into the test suite.

More concretely this stops using `setattr` on all `kwargs` passed to `HomeServer`.
2020-10-15 15:29:13 -04:00
..
slave Add EventStreamPosition type (#8388) 2020-09-24 13:24:17 +01:00
tcp Convert the message handler to async/await. (#7884) 2020-07-22 12:29:15 -04:00
__init__.py Add a /replication API for extracting the updates that happened on 2016-03-01 14:49:41 +00:00
_base.py Solidify the HomeServer constructor. (#8515) 2020-10-15 15:29:13 -04:00
test_client_reader_shard.py Fix client reader sharding tests (#7853) 2020-07-15 15:27:35 +01:00
test_federation_ack.py Solidify the HomeServer constructor. (#8515) 2020-10-15 15:29:13 -04:00
test_federation_sender_shard.py Simplify _locally_reject_invite 2020-10-13 23:58:48 +01:00
test_pusher_shard.py Add ability to run multiple pusher instances (#7855) 2020-07-16 14:06:28 +01:00
test_sharded_event_persister.py Add basic tests for sync/pagination with vector clock tokens. (#8488) 2020-10-14 13:53:20 +01:00