MatrixSynapse/tests/rest/client
David Robertson 106959b3cf
Remove unused mocks from `test_typing` (#12136)
* Remove unused mocks from `test_typing`

It's not clear what these do. `get_user_by_access_token` has the wrong
signature, including the return type. Tests all pass without these. I
think we should nuke them.

* Changelog

* Fixup imports
2022-03-02 17:24:52 +00:00
..
__init__.py
test_account.py Add type hints to `tests/rest/client` (#12108) 2022-03-02 16:34:14 +00:00
test_auth.py
test_capabilities.py
test_consent.py
test_device_lists.py
test_directory.py
test_ephemeral_message.py
test_events.py Add type hints to `tests/rest/client` (#12094) 2022-02-28 18:59:00 +00:00
test_filter.py Add type hints to `tests/rest/client` (#12108) 2022-03-02 16:34:14 +00:00
test_groups.py Add type hints to `tests/rest/client` (#12094) 2022-02-28 18:59:00 +00:00
test_identity.py
test_keys.py
test_login.py
test_password_policy.py
test_power_levels.py
test_presence.py
test_profile.py
test_push_rule_attrs.py
test_redactions.py
test_register.py Add type hints to `tests/rest/client` (#12094) 2022-02-28 18:59:00 +00:00
test_relations.py Add type hints to `tests/rest/client` (#12108) 2022-03-02 16:34:14 +00:00
test_report_event.py Add type hints to `tests/rest/client` (#12108) 2022-03-02 16:34:14 +00:00
test_retention.py
test_room_batch.py
test_rooms.py Add type hints to `tests/rest/client` (#12108) 2022-03-02 16:34:14 +00:00
test_sendtodevice.py
test_shadow_banned.py
test_shared_rooms.py
test_sync.py
test_third_party_rules.py Add type hints to `tests/rest/client` (#12108) 2022-03-02 16:34:14 +00:00
test_transactions.py
test_typing.py Remove unused mocks from `test_typing` (#12136) 2022-03-02 17:24:52 +00:00
test_upgrade_room.py
utils.py