Skip to content
This repository has been archived by the owner on Apr 26, 2024. It is now read-only.

Misc typing fixes for tests, part 1 of N #11323

Merged
merged 5 commits into from
Nov 12, 2021
Merged

Commits on Nov 12, 2021

  1. Annotate HomeserverTestCase.servlets

    David Robertson committed Nov 12, 2021
    Configuration menu
    Copy the full SHA
    2946083 View commit details
    Browse the repository at this point in the history
  2. Correct annotation of federation_auth_origin

    David Robertson committed Nov 12, 2021
    Configuration menu
    Copy the full SHA
    64a39cf View commit details
    Browse the repository at this point in the history
  3. Use AnyStr custom_headers instead of a Union

    This allows (str, str) and (bytes, bytes).
    This disallows (str, bytes) and (bytes, str)
    David Robertson committed Nov 12, 2021
    Configuration menu
    Copy the full SHA
    185dd6b View commit details
    Browse the repository at this point in the history
  4. DomainSpecificString.SIGIL is a ClassVar

    David Robertson committed Nov 12, 2021
    Configuration menu
    Copy the full SHA
    33e0da8 View commit details
    Browse the repository at this point in the history
  5. Changelog

    David Robertson committed Nov 12, 2021
    Configuration menu
    Copy the full SHA
    0e2b4c2 View commit details
    Browse the repository at this point in the history