summary refs log tree commit diff
path: root/tests/test_test_utils.py (unfollow)
Commit message (Collapse)AuthorFilesLines
2019-01-18Remove redundant WrappedConnection (#4409)Richard van der Hoff4-93/+67
* Remove redundant WrappedConnection The matrix federation client uses an HTTP connection pool, which times out its idle HTTP connections, so there is no need for any of this business.
2019-01-17Fix incorrect logcontexts after a Deferred was cancelled (#4407)Richard van der Hoff4-3/+117
2