summary refs log tree commit diff
path: root/tests/rest/client/test_groups.py (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Remove user-visible groups/communities code (#12553)Patrick Cloke2022-05-251-56/+0
| | | | | | | | | Makes it so that groups/communities no longer exist from a user-POV. E.g. we remove: * All API endpoints (including Client-Server, Server-Server, and admin). * Documented configuration options (and the experimental flag, which is now unused). * Special handling during room upgrades. * The `groups` section of the `/sync` response.
* Add type hints to `tests/rest/client` (#12094)Dirk Klimpel2022-02-281-1/+1
| | | | | | | | | * Add type hints to `tests/rest/client` * update `mypy.ini` * newsfile * add `test_register.py`
* Replace assertEquals and friends with non-deprecated versions. (#12092)Patrick Cloke2022-02-281-6/+6
|
* Merge branch 'master' into developRichard van der Hoff2021-08-311-0/+56