summary refs log tree commit diff
path: root/changelog.d/12108.misc (follow)
Commit message (Collapse)AuthorAgeFilesLines
* 1.55.0rc1David Robertson2022-03-151-1/+0
|
* Add some type hints to the tests.handlers module. (#12207)Patrick Cloke2022-03-111-1/+1
|
* Add type hints to `tests/rest/client` (#12108)Dirk Klimpel2022-03-021-0/+1
* Add type hints to `tests/rest/client` * newsfile * fix imports * add `test_account.py` * Remove one type hint in `test_report_event.py` * change `on_create_room` to `async` * update new functions in `test_third_party_rules.py` * Add `test_filter.py` * add `test_rooms.py` * change to `assertEquals` to `assertEqual` * lint