summary refs log tree commit diff
path: root/tests/unittest.py (unfollow)
Commit message (Collapse)AuthorFilesLines
2019-01-18Tweak code coverage settings (#4400)Erik Johnston3-0/+17
* Tweak code coverage settings * Fix manifest * Newsfile * Fix commit status?
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-17