summary refs log tree commit diff
path: root/tests/util/test_async_helpers.py (follow)
Commit message (Expand)AuthorAgeFilesLines
* Fix typechecking with twisted trunk (#16121)David Robertson2023-08-241-8/+6
* Add missing types to tests.util. (#14597)Patrick Cloke2022-12-021-55/+63
* Immediately retry any requests that have backed off when a server comes back ...Erik Johnston2022-05-101-0/+80
* Update `delay_cancellation` to accept any awaitable (#12468)Sean Quah2022-04-221-2/+31
* Add `delay_cancellation` utility function (#12180)Sean Quah2022-03-141-6/+118
* Add test for `ObservableDeferred`'s cancellation behaviour (#12149)Sean Quah2022-03-041-0/+28
* Add `stop_cancellation` utility function (#12106)Sean Quah2022-03-011-0/+45
* Improve exception handling for concurrent execution (#12109)Richard van der Hoff2022-03-011-2/+113
* ObservableDeferred: run observers in order (#11229)Richard van der Hoff2021-11-021-0/+173