summary refs log tree commit diff
path: root/tests/http/server/_base.py (follow)
Commit message (Expand)AuthorAgeFilesLines
* Fix type hint errors from Twisted trunk (#16526)Patrick Cloke2023-10-231-1/+1
* Properly typecheck types.http (#14988)David Robertson2023-02-071-1/+1
* Cancel the processing of key query requests when they time out. (#13680)reivilibre2022-09-071-1/+9
* Use literals in place of `HTTPStatus` constants in tests (#13463)Dirk Klimpel2022-08-051-2/+1
* Clean up the test code for client disconnections (#12929)Sean Quah2022-06-071-63/+69
* Test cancellation at every `await` during request handling (#12674)Sean Quah2022-06-071-2/+450
* Add helper class for testing request cancellation (#12630)Sean Quah2022-05-101-0/+100