diff options
author | Dirk Klimpel <5740567+dklimpel@users.noreply.github.com> | 2022-03-02 17:34:14 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-03-02 16:34:14 +0000 |
commit | 2ffaf30803f93273a4d8a65c9e6c3110c8433488 (patch) | |
tree | 88e768c62d855d62a6e010959f654c096aa6cbb4 /changelog.d | |
parent | Enable complexity checking in complexity checking docs example (#11998) (diff) | |
download | synapse-2ffaf30803f93273a4d8a65c9e6c3110c8433488.tar.xz |
Add type hints to `tests/rest/client` (#12108)
* 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
Diffstat (limited to 'changelog.d')
-rw-r--r-- | changelog.d/12108.misc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/12108.misc b/changelog.d/12108.misc new file mode 100644 index 0000000000..0360dbd61e --- /dev/null +++ b/changelog.d/12108.misc @@ -0,0 +1 @@ +Add type hints to `tests/rest/client`. |