0
0
Fork 1
mirror of https://mau.dev/maunium/synapse.git synced 2024-06-02 02:38:59 +02:00
synapse/tests/http
Patrick Cloke daf11e26ef
Replace make_awaitable with AsyncMock (#16179)
Python 3.8 provides a native AsyncMock, we can replace the
homegrown version we have.
2023-08-24 19:38:46 -04:00
..
federation Replace make_awaitable with AsyncMock (#16179) 2023-08-24 19:38:46 -04:00
server Properly typecheck types.http (#14988) 2023-02-07 00:20:04 +00:00
__init__.py Properly typecheck types.http (#14988) 2023-02-07 00:20:04 +00:00
ca.crt Tests for SSL certs for federation connections 2019-06-10 16:14:20 +01:00
ca.key Tests for SSL certs for federation connections 2019-06-10 16:14:20 +01:00
server.key Tests for SSL certs for federation connections 2019-06-10 16:14:20 +01:00
test_additional_resource.py Properly typecheck types.http (#14988) 2023-02-07 00:20:04 +00:00
test_client.py Rename blacklist/whitelist internally. (#15620) 2023-05-19 12:25:25 +00:00
test_endpoint.py Properly typecheck types.http (#14988) 2023-02-07 00:20:04 +00:00
test_matrixfederationclient.py Re-introduce the outbound federation proxy (#15913) 2023-07-18 09:49:21 +01:00
test_proxy.py Re-introduce the outbound federation proxy (#15913) 2023-07-18 09:49:21 +01:00
test_proxyagent.py Re-introduce the outbound federation proxy (#15913) 2023-07-18 09:49:21 +01:00
test_servlet.py Properly typecheck types.http (#14988) 2023-02-07 00:20:04 +00:00
test_simple_client.py Rename blacklist/whitelist internally. (#15620) 2023-05-19 12:25:25 +00:00
test_site.py Properly typecheck types.http (#14988) 2023-02-07 00:20:04 +00:00