summary refs log tree commit diff
path: root/tests/federation/test_complexity.py (follow)
Commit message (Expand)AuthorAgeFilesLines
* Update black, and run auto formatting over the codebase (#9381)Eric Eastwood2021-02-161-2/+2
* Remove spurious "SynapseRequest" result from `make_request"Richard van der Hoff2020-12-151-2/+2
* Remove redundant `HomeserverTestCase.render`Richard van der Hoff2020-11-161-2/+0
* Allow for make_awaitable's return value to be re-used. (#8261)Patrick Cloke2020-09-081-20/+10
* Do not yield on awaitables in tests. (#8193)Patrick Cloke2020-08-271-4/+2
* Fix unawaited coroutine error in tests. (#8072)Patrick Cloke2020-08-131-10/+20
* Convert federation client to async/await. (#7975)Patrick Cloke2020-07-301-10/+11
* Option to allow server admins to join complex rooms (#7902)lugino-emeritus2020-07-281-0/+109
* Add ability to wait for replication streams (#7542)Erik Johnston2020-05-221-2/+6
* Remove spurious "name" parameter to `default_config`Richard van der Hoff2020-03-241-2/+2
* Implementation of MSC2314 (#6176)Amber Brown2019-11-281-25/+3
* Room Complexity Client Implementation (#5783)Amber Brown2019-07-301-3/+74
* Run Black. (#5482)Amber Brown2019-06-201-1/+1
* Implement the SHHS complexity API (#5216)Amber Brown2019-05-301-0/+90