summary refs log tree commit diff
path: root/tests/http/test_additional_resource.py (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Remove redundant calls to `render()`Richard van der Hoff2020-11-161-3/+1
|
* use global make_request() directly where we have a custom ResourceRichard van der Hoff2020-11-151-6/+7
| | | | | | Where we want to render a request against a specific Resource, call the global make_request() function rather than the one in HomeserverTestCase, allowing us to pass in an appropriate `Site`.
* Merge different Resource implementation classes (#7732)Erik Johnston2020-07-031-0/+62