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

Type annotations for test_v2 #12985

Merged
merged 8 commits into from
Jun 9, 2022
Merged

Type annotations for test_v2 #12985

merged 8 commits into from
Jun 9, 2022

Commits on Jun 8, 2022

  1. Easy annotations in test_v2

    David Robertson committed Jun 8, 2022
    Configuration menu
    Copy the full SHA
    8d0e6ff View commit details
    Browse the repository at this point in the history
  2. Correct annotation of _get_auth_chain

    This is given a `Set[str]` elsewhere
    David Robertson committed Jun 8, 2022
    Configuration menu
    Copy the full SHA
    8665432 View commit details
    Browse the repository at this point in the history
  3. Introduce Protocols to v2

    This allows us to typecheck the test.
    David Robertson committed Jun 8, 2022
    Configuration menu
    Copy the full SHA
    6984a1c View commit details
    Browse the repository at this point in the history
  4. _get_auth_chain_difference doesn't inspect keys

    If this fix isn't acceptable, the test code needs updating
    David Robertson committed Jun 8, 2022
    Configuration menu
    Copy the full SHA
    5e8554f View commit details
    Browse the repository at this point in the history
  5. add __all__ to v2

    David Robertson committed Jun 8, 2022
    Configuration menu
    Copy the full SHA
    6a2a6dc View commit details
    Browse the repository at this point in the history
  6. Lament the Event protocol situation

    David Robertson committed Jun 8, 2022
    Configuration menu
    Copy the full SHA
    a488454 View commit details
    Browse the repository at this point in the history
  7. typecheck test_v2

    David Robertson committed Jun 8, 2022
    Configuration menu
    Copy the full SHA
    251e7ef View commit details
    Browse the repository at this point in the history
  8. Changelog

    David Robertson committed Jun 8, 2022
    Configuration menu
    Copy the full SHA
    e4daaae View commit details
    Browse the repository at this point in the history