Use inline type hints in `tests/` (#10350)
This PR is tantamount to running: python3.8 -m com2ann -v 6 tests/ (com2ann requires python 3.8 to run)
Showing
- changelog.d/10350.misc 1 addition, 0 deletionschangelog.d/10350.misc
- tests/events/test_presence_router.py 3 additions, 3 deletionstests/events/test_presence_router.py
- tests/module_api/test_api.py 8 additions, 8 deletionstests/module_api/test_api.py
- tests/replication/_base.py 6 additions, 6 deletionstests/replication/_base.py
- tests/replication/tcp/streams/test_events.py 7 additions, 7 deletionstests/replication/tcp/streams/test_events.py
- tests/replication/tcp/streams/test_receipts.py 2 additions, 2 deletionstests/replication/tcp/streams/test_receipts.py
- tests/replication/tcp/streams/test_typing.py 2 additions, 2 deletionstests/replication/tcp/streams/test_typing.py
- tests/replication/test_multi_media_repo.py 1 addition, 1 deletiontests/replication/test_multi_media_repo.py
- tests/rest/client/test_third_party_rules.py 2 additions, 2 deletionstests/rest/client/test_third_party_rules.py
- tests/rest/client/v1/test_login.py 6 additions, 8 deletionstests/rest/client/v1/test_login.py
- tests/server.py 5 additions, 3 deletionstests/server.py
- tests/storage/test_background_update.py 1 addition, 3 deletionstests/storage/test_background_update.py
- tests/storage/test_id_generators.py 3 additions, 3 deletionstests/storage/test_id_generators.py
- tests/test_state.py 1 addition, 1 deletiontests/test_state.py
- tests/test_utils/html_parsers.py 3 additions, 3 deletionstests/test_utils/html_parsers.py
- tests/unittest.py 1 addition, 1 deletiontests/unittest.py
- tests/util/caches/test_descriptors.py 1 addition, 1 deletiontests/util/caches/test_descriptors.py
- tests/util/test_itertools.py 9 additions, 9 deletionstests/util/test_itertools.py
Loading
Please register or sign in to comment