summary refs log tree commit diff
path: root/tests/rest/client/test_report_event.py (follow)
Commit message (Expand)AuthorAgeFilesLines
* Make `POST /_matrix/client/v3/rooms/{roomId}/report/{eventId}` endpoint retur...Andrew Morgan2023-03-211-0/+37
* Make `EventHandler.get_event` return `None` when the requested event is not f...Andrew Morgan2023-03-211-0/+5
* Prevent clients from reporting nonexistent events. (#13779)reivilibre2023-02-141-0/+12
* Use literals in place of `HTTPStatus` constants in tests (#13463)Dirk Klimpel2022-08-051-3/+1
* Remove unnecessary `json.dumps` from tests (#13303)Dirk Klimpel2022-07-171-6/+1
* Add type hints to `tests/rest/client` (#12108)Dirk Klimpel2022-03-021-10/+15
* Flatten tests/rest/client/{v1,v2_alpha} too (#10667)David Robertson2021-08-201-0/+82