summary refs log tree commit diff
path: root/tests/rest/test_well_known.py (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Simplify super() calls to Python 3 syntax. (#8344)Patrick Cloke2020-09-181-1/+1
| | | | | | | This converts calls like super(Foo, self) -> super(). Generated with: sed -i "" -Ee 's/super\([^\(]+\)/super()/g' **/*.py
* Run Black on the tests again (#5170)Amber Brown2019-05-101-8/+5
|
* Implement .well-known handling (#4262)Richard van der Hoff2018-12-051-0/+58
Sometimes it's useful for synapse to generate its own .well-known file.