-
- Downloads
Add missing type hints to tests.handlers. (#14680)
And do not allow untyped defs in tests.handlers.
Showing
- changelog.d/14680.misc 1 addition, 0 deletionschangelog.d/14680.misc
- mypy.ini 1 addition, 4 deletionsmypy.ini
- synapse/handlers/auth.py 1 addition, 1 deletionsynapse/handlers/auth.py
- tests/handlers/test_appservice.py 29 additions, 25 deletionstests/handlers/test_appservice.py
- tests/handlers/test_cas.py 1 addition, 1 deletiontests/handlers/test_cas.py
- tests/handlers/test_directory.py 15 additions, 12 deletionstests/handlers/test_directory.py
- tests/handlers/test_e2e_room_keys.py 44 additions, 32 deletionstests/handlers/test_e2e_room_keys.py
- tests/handlers/test_federation.py 1 addition, 1 deletiontests/handlers/test_federation.py
- tests/handlers/test_federation_event.py 8 additions, 2 deletionstests/handlers/test_federation_event.py
- tests/handlers/test_message.py 16 additions, 10 deletionstests/handlers/test_message.py
- tests/handlers/test_oidc.py 31 additions, 17 deletionstests/handlers/test_oidc.py
- tests/handlers/test_password_providers.py 74 additions, 70 deletionstests/handlers/test_password_providers.py
- tests/handlers/test_presence.py 54 additions, 46 deletionstests/handlers/test_presence.py
- tests/handlers/test_profile.py 2 additions, 2 deletionstests/handlers/test_profile.py
- tests/handlers/test_receipts.py 5 additions, 1 deletiontests/handlers/test_receipts.py
- tests/handlers/test_register.py 97 additions, 72 deletionstests/handlers/test_register.py
- tests/handlers/test_room.py 3 additions, 3 deletionstests/handlers/test_room.py
- tests/handlers/test_room_summary.py 44 additions, 32 deletionstests/handlers/test_room_summary.py
- tests/handlers/test_saml.py 22 additions, 11 deletionstests/handlers/test_saml.py
- tests/handlers/test_send_email.py 18 additions, 11 deletionstests/handlers/test_send_email.py
Loading
Please register or sign in to comment