summary refs log tree commit diff
path: root/tests/http/server/__init__.py (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Update license headersPatrick Cloke2023-11-211-10/+16
|
* Add helper class for testing request cancellation (#12630)Sean Quah2022-05-101-0/+13
Also expose the `SynapseRequest` from `FakeChannel` in tests, so that we can call `Request.connectionLost` to simulate a client disconnecting. Signed-off-by: Sean Quah <seanq@element.io>