summary refs log tree commit diff
path: root/tests/http/federation/test_srv_resolver.py (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Run Black on the tests again (#5170)Amber Brown2019-05-101-17/+19
|
* put resolve_service in an objectRichard van der Hoff2019-01-221-20/+18
| | | | this makes it easier to stub things out for tests.
* Require that service_name be a byte stringRichard van der Hoff2019-01-221-4/+4
| | | | it is only ever a bytes now, so let's enforce that.
* Refactor and bugfix for resove_service (#4427)Richard van der Hoff2019-01-221-0/+209