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

Consistently use unittest.mock in tests #3638

Merged
merged 1 commit into from Oct 21, 2022
Merged

Consistently use unittest.mock in tests #3638

merged 1 commit into from Oct 21, 2022

Commits on Oct 17, 2022

  1. Consistently use unittest.mock in tests

     - Some tests used unittest.mock from the standard library
     - Some tests used mock from PyPI
     - Some tests tried to import unittest.mock with a fallback to mock
       (the import never fails on Python 3.7+, older Pythons are not supported)
    hroncok committed Oct 17, 2022
    Copy the full SHA
    c4b5561 View commit details
    Browse the repository at this point in the history