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

Use mock from the stdlib. #9772

Merged
merged 6 commits into from
Apr 9, 2021
Merged

Use mock from the stdlib. #9772

merged 6 commits into from
Apr 9, 2021

Commits on Apr 9, 2021

  1. Use mock from the stdlib.

    Done with:
    
        sed -i "" "s/^from mock import/from unittest.mock import/g" **/*.py
        sed -i "" "s/^import mock/from unittest import mock/g" **/*.py
    clokep committed Apr 9, 2021
    Configuration menu
    Copy the full SHA
    df079f1 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5eee07a View commit details
    Browse the repository at this point in the history
  3. Update isort config.

    clokep committed Apr 9, 2021
    Configuration menu
    Copy the full SHA
    2fd779a View commit details
    Browse the repository at this point in the history
  4. Run lint scripts.

    clokep committed Apr 9, 2021
    Configuration menu
    Copy the full SHA
    becf362 View commit details
    Browse the repository at this point in the history
  5. Add a changelog file.

    clokep committed Apr 9, 2021
    Configuration menu
    Copy the full SHA
    a7d8937 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    444e4a2 View commit details
    Browse the repository at this point in the history