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

Properly typecheck tests.api #14983

Merged
merged 14 commits into from Feb 3, 2023
Merged

Properly typecheck tests.api #14983

merged 14 commits into from Feb 3, 2023

Commits on Feb 3, 2023

  1. Fix type errors in tests/api

    David Robertson committed Feb 3, 2023
    Copy the full SHA
    7a4b36d View commit details
    Browse the repository at this point in the history
  2. Mark test methods as returning None.

    David Robertson committed Feb 3, 2023
    Copy the full SHA
    5808c00 View commit details
    Browse the repository at this point in the history
  3. Easy untyped defs in test_filtering

    David Robertson committed Feb 3, 2023
    Copy the full SHA
    21915dd View commit details
    Browse the repository at this point in the history
  4. Easy untyped defs in test_auth

    David Robertson committed Feb 3, 2023
    Copy the full SHA
    4b4a863 View commit details
    Browse the repository at this point in the history
  5. FilterEvent: Use a Union instead of TypeVar

    David Robertson committed Feb 3, 2023
    Copy the full SHA
    e11e6f3 View commit details
    Browse the repository at this point in the history
  6. Mark this dir as having typed defs :)

    David Robertson committed Feb 3, 2023
    Copy the full SHA
    11d90e6 View commit details
    Browse the repository at this point in the history
  7. Changelog

    David Robertson committed Feb 3, 2023
    Copy the full SHA
    1f0d8dc View commit details
    Browse the repository at this point in the history
  8. Revert "FilterEvent: Use a Union instead of TypeVar"

    This reverts commit e11e6f3.
    David Robertson committed Feb 3, 2023
    Copy the full SHA
    7d753ab View commit details
    Browse the repository at this point in the history
  9. Use existing version of MockEvent

    David Robertson committed Feb 3, 2023
    Copy the full SHA
    e37218a View commit details
    Browse the repository at this point in the history
  10. Fixup tests for filter_presence

    David Robertson committed Feb 3, 2023
    Copy the full SHA
    316fab0 View commit details
    Browse the repository at this point in the history
  11. Rename filter_presence argument

    David Robertson committed Feb 3, 2023
    Copy the full SHA
    3e3ef67 View commit details
    Browse the repository at this point in the history
  12. Call _check_event_relations w/ homogeneous lists

    David Robertson committed Feb 3, 2023
    Copy the full SHA
    c9a4116 View commit details
    Browse the repository at this point in the history
  13. Whoops, removed unused imports

    David Robertson committed Feb 3, 2023
    Copy the full SHA
    0d96301 View commit details
    Browse the repository at this point in the history
  14. Merge branch 'develop' into dmr/typing/tests-todo

    David Robertson committed Feb 3, 2023
    Copy the full SHA
    1764a8a View commit details
    Browse the repository at this point in the history