Skip to content

Use standard library mock when possible#484

Open
carlwgeorge wants to merge 1 commit into
Yelp:masterfrom
carlwgeorge:unittest-mock
Open

Use standard library mock when possible#484
carlwgeorge wants to merge 1 commit into
Yelp:masterfrom
carlwgeorge:unittest-mock

Conversation

@carlwgeorge
Copy link
Copy Markdown

Mock has been in the standard library since 3.3. Use it when available, falling back to the mock from PyPI if necessary.

@carlwgeorge
Copy link
Copy Markdown
Author

@benbariteau Would you mind reviewing this so the work doesn't accidentally get duplicated like what happened in #485?

Mock has been in the standard library since 3.3. Use it when available,
falling back to the mock from PyPI if necessary.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant