Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

test: Fix using unittest.mock whenever available #1926

Merged
merged 15 commits into from Jun 7, 2023

Commits on Feb 27, 2023

  1. test: Fix using unittest.mock whenever available

    Fix some of the newly-added `mock` imports to prefer `unittest.mock`
    when it is available.  Update `test-requirements.txt` to install `mock`
    only in Python < 3.3; hopefully this will suffice for CI to catch these
    regressions in the future.
    mgorny committed Feb 27, 2023
    Configuration menu
    Copy the full SHA
    d9dc816 View commit details
    Browse the repository at this point in the history

Commits on Mar 21, 2023

  1. Configuration menu
    Copy the full SHA
    a80cee7 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f901c46 View commit details
    Browse the repository at this point in the history

Commits on Apr 12, 2023

  1. Configuration menu
    Copy the full SHA
    9eafa63 View commit details
    Browse the repository at this point in the history

Commits on Apr 14, 2023

  1. Configuration menu
    Copy the full SHA
    f5fb46f View commit details
    Browse the repository at this point in the history

Commits on May 6, 2023

  1. Configuration menu
    Copy the full SHA
    74db6d4 View commit details
    Browse the repository at this point in the history

Commits on May 8, 2023

  1. Configuration menu
    Copy the full SHA
    3ba1f04 View commit details
    Browse the repository at this point in the history

Commits on Jun 5, 2023

  1. Configuration menu
    Copy the full SHA
    2145a89 View commit details
    Browse the repository at this point in the history

Commits on Jun 7, 2023

  1. Configuration menu
    Copy the full SHA
    9ca16b4 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c4e7fc7 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    fc41cf7 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    6409112 View commit details
    Browse the repository at this point in the history
  5. fixes

    sentrivana committed Jun 7, 2023
    Configuration menu
    Copy the full SHA
    e8c1bb1 View commit details
    Browse the repository at this point in the history
  6. compat

    sentrivana committed Jun 7, 2023
    Configuration menu
    Copy the full SHA
    c256ff6 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    09785f8 View commit details
    Browse the repository at this point in the history