0
0
Fork 1
mirror of https://mau.dev/maunium/synapse.git synced 2024-09-06 01:46:00 +02:00
synapse/tests/replication
David Robertson 4c96ce396e
Misc typing fixes for tests, part 1 of N (#11323)
* Annotate HomeserverTestCase.servlets
* Correct annotation of federation_auth_origin
* Use AnyStr custom_headers instead of a Union

This allows (str, str) and (bytes, bytes).
This disallows (str, bytes) and (bytes, str)

* DomainSpecificString.SIGIL is a ClassVar
2021-11-12 15:50:54 +00:00
..
slave
tcp
__init__.py
_base.py Misc typing fixes for tests, part 1 of N (#11323) 2021-11-12 15:50:54 +00:00
test_auth.py
test_client_reader_shard.py
test_federation_ack.py
test_federation_sender_shard.py
test_multi_media_repo.py Add reactor to SynapseRequest and fix up types. (#10868) 2021-09-24 11:01:25 +01:00
test_pusher_shard.py
test_sharded_event_persister.py