summary refs log tree commit diff
path: root/tests/http/server/_base.py (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Improve assertion message when `await_result=False` is forgotten github/squah/add_endpoint_cancellation_flag squah/add_endpoint_cancellation_flagSean Quah2022-05-061-1/+3
| | | | Signed-off-by: Sean Quah <seanq@element.io>
* Add missing docstring for `expected_body` parameterSean Quah2022-05-061-0/+2
| | | | Signed-off-by: Sean Quah <seanq@element.io>
* Rename to `EndpointCancellationTestCase` to ↵Sean Quah2022-05-061-1/+1
| | | | | | `EndpointCancellationTestHelperMixin` Signed-off-by: Sean Quah <seanq@element.io>
* Add helper class for testing request cancellationSean Quah2022-04-281-0/+96
Signed-off-by: Sean Quah <seanq@element.io>