-
- Downloads
Add final type hint to tests.unittest. (#15072)
Adds a return type to HomeServerTestCase.make_homeserver and deal with any variables which are no longer Any.
Showing
- changelog.d/15072.misc 1 addition, 0 deletionschangelog.d/15072.misc
- mypy.ini 0 additions, 3 deletionsmypy.ini
- tests/app/test_openid_listener.py 6 additions, 2 deletionstests/app/test_openid_listener.py
- tests/crypto/test_keyring.py 11 additions, 11 deletionstests/crypto/test_keyring.py
- tests/events/test_presence_router.py 5 additions, 7 deletionstests/events/test_presence_router.py
- tests/federation/test_complexity.py 20 additions, 15 deletionstests/federation/test_complexity.py
- tests/federation/test_federation_catch_up.py 22 additions, 10 deletionstests/federation/test_federation_catch_up.py
- tests/federation/test_federation_client.py 2 additions, 2 deletionstests/federation/test_federation_client.py
- tests/federation/test_federation_sender.py 24 additions, 31 deletionstests/federation/test_federation_sender.py
- tests/handlers/test_appservice.py 1 addition, 1 deletiontests/handlers/test_appservice.py
- tests/handlers/test_cas.py 4 additions, 4 deletionstests/handlers/test_cas.py
- tests/handlers/test_e2e_keys.py 29 additions, 26 deletionstests/handlers/test_e2e_keys.py
- tests/handlers/test_federation.py 9 additions, 9 deletionstests/handlers/test_federation.py
- tests/handlers/test_federation_event.py 4 additions, 2 deletionstests/handlers/test_federation_event.py
- tests/handlers/test_message.py 6 additions, 5 deletionstests/handlers/test_message.py
- tests/handlers/test_password_providers.py 1 addition, 1 deletiontests/handlers/test_password_providers.py
- tests/handlers/test_register.py 7 additions, 3 deletionstests/handlers/test_register.py
- tests/handlers/test_saml.py 7 additions, 7 deletionstests/handlers/test_saml.py
- tests/handlers/test_typing.py 5 additions, 7 deletionstests/handlers/test_typing.py
- tests/handlers/test_user_directory.py 20 additions, 13 deletionstests/handlers/test_user_directory.py
Loading
Please register or sign in to comment