summary refs log tree commit diff
path: root/tests/handlers/test_room_member.py (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Fix that user cannot `/forget` rooms after the last member has left (#13546)Dirk Klimpel2022-08-301-2/+91
|
* Reduce the number of tests using TCP replication. (#13543)Patrick Cloke2022-08-191-2/+2
| | | | Uses Redis replication in additional test cases (instead of TCP replication). A small step towards dropping TCP replication.
* Use literals in place of `HTTPStatus` constants in tests (#13463)Dirk Klimpel2022-08-051-2/+1
|
* Rate limit joins per-room (#13276)David Robertson2022-07-191-0/+290