summary refs log tree commit diff
path: root/tests/federation/test_complexity.py (follow)
Commit message (Expand)AuthorAgeFilesLines
* Correctly mention previous copyright (#16820)Erik Johnston2024-01-231-0/+1
* Update license headersPatrick Cloke2023-11-211-10/+16
* Bump mypy-zope & mypy. (#16188)Patrick Cloke2023-08-291-12/+12
* Replace make_awaitable with AsyncMock (#16179)Patrick Cloke2023-08-241-17/+16
* Finish type hints for federation client HTTP code. (#15465)Patrick Cloke2023-04-241-5/+5
* Bump black from 22.12.0 to 23.1.0 (#15103)dependabot[bot]2023-02-221-4/+0
* Add final type hint to tests.unittest. (#15072)Patrick Cloke2023-02-141-15/+20
* Type hints for tests.federation (#14991)David Robertson2023-02-061-9/+9
* Use literals in place of `HTTPStatus` constants in tests (#13463)Dirk Klimpel2022-08-051-3/+2
* Use HTTPStatus constants in place of literals in tests. (#13297)Dirk Klimpel2022-07-151-2/+3
* Replace assertEquals and friends with non-deprecated versions. (#12092)Patrick Cloke2022-02-281-2/+2
* Remove `HomeServer.get_datastore()` (#12031)Richard van der Hoff2022-02-231-2/+2
* Tests: replace mocked Authenticator with the real thing (#11913)Richard van der Hoff2022-02-111-2/+2
* Flatten the synapse.rest.client package (#10600)reivilibre2021-08-171-1/+1
* Remove redundant "coding: utf-8" lines (#9786)Jonathan de Jong2021-04-141-1/+0
* Use mock from the stdlib. (#9772)Patrick Cloke2021-04-091-1/+1
* 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