summary refs log tree commit diff
path: root/tests/replication/test_multi_media_repo.py (follow)
Commit message (Expand)AuthorAgeFilesLines
* Remove redundant types from comments. (#14412)Patrick Cloke2022-11-161-7/+7
* Add reactor to `SynapseRequest` and fix up types. (#10868)Erik Johnston2021-09-241-1/+1
* Create a constant for a small png image in tests. (#10834)Patrick Cloke2021-09-161-12/+6
* Flatten the synapse.rest.client package (#10600)reivilibre2021-08-171-1/+1
* Use inline type hints in `tests/` (#10350)Jonathan de Jong2021-07-131-1/+1
* [pyupgrade] `tests/` (#10347)Jonathan de Jong2021-07-131-2/+2
* Remove redundant "coding: utf-8" lines (#9786)Jonathan de Jong2021-04-141-1/+0
* Make it possible to use dmypy (#9692)Erik Johnston2021-03-261-2/+2
* Update black, and run auto formatting over the codebase (#9381)Eric Eastwood2021-02-161-8/+4
* Remove spurious "SynapseRequest" result from `make_request"Richard van der Hoff2020-12-151-1/+1
* Default to blacklisting reserved IP ranges and add a whitelist. (#8870)Patrick Cloke2020-12-091-1/+1
* Make `make_request` actually render the requestRichard van der Hoff2020-11-161-2/+2
* use global make_request() directly where we have a custom ResourceRichard van der Hoff2020-11-151-4/+6
* Fix race for concurrent downloads of remote media. (#8682)Erik Johnston2020-10-301-0/+277