-
- Downloads
Misc typing fixes for `tests`, part 1 of N (#11323)
* Annotate HomeserverTestCase.servlets * Correct annotation of federation_auth_origin * Use AnyStr custom_headers instead of a Union This allows (str, str) and (bytes, bytes). This disallows (str, bytes) and (bytes, str) * DomainSpecificString.SIGIL is a ClassVar
Showing
- changelog.d/11323.misc 1 addition, 0 deletionschangelog.d/11323.misc
- synapse/rest/__init__.py 3 additions, 1 deletionsynapse/rest/__init__.py
- synapse/types.py 2 additions, 1 deletionsynapse/types.py
- tests/replication/_base.py 1 addition, 4 deletionstests/replication/_base.py
- tests/rest/client/utils.py 14 additions, 8 deletionstests/rest/client/utils.py
- tests/server.py 11 additions, 4 deletionstests/server.py
- tests/unittest.py 21 additions, 11 deletionstests/unittest.py
Loading
Please register or sign in to comment