summary refs log tree commit diff
path: root/tests/federation/test_federation_client.py (follow)
Commit message (Expand)AuthorAgeFilesLines
* Switch from `matrix://` to `matrix-federation://` scheme for internal Synapse...Eric Eastwood2023-06-201-2/+2
* Add final type hint to tests.unittest. (#15072)Patrick Cloke2023-02-141-2/+2
* Type hints for tests.federation (#14991)David Robertson2023-02-061-5/+7
* Refactor MSC3030 `/timestamp_to_event` to move away from our snowflake pull f...Eric Eastwood2022-10-261-4/+8
* Refactor OIDC tests to better mimic an actual OIDC provider. (#13910)Quentin Gliech2022-10-251-29/+7
* Track when the pulled event signature fails (#13815)Eric Eastwood2022-10-031-0/+75
* Update `get_pdu` to return the original, pristine `EventBase` (#13320)Eric Eastwood2022-07-201-12/+113
* Validate federation destinations and log an error if server name is invalid. ...Shay2022-07-201-2/+2
* Rename test case method to `add_hashes_and_signatures_from_other_server` (#13...David Robertson2022-07-121-3/+3
* Prefer `make_awaitable` over `defer.succeed` in tests (#12505)Sean Quah2022-04-271-1/+1
* Faster joins: Support for calling `/federation/v1/state` (#12013)Richard van der Hoff2022-02-221-0/+149