We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
their distinction seems artifical
The text was updated successfully, but these errors were encountered:
Hi @RonnyPfannschmidt,
Hmm can you clarify where is this Mocker that you mentioned? Or do you mean MockerFixture?
Mocker
MockerFixture
If that's the case, that indirection exists only so the user can use an API similar to unittest.mock:
unittest.mock
mocker.patch.object(obj, 'attr')
Sorry, something went wrong.
we should have a discussion, this relates to #9
Closing this and continuing discussion in #9.
No branches or pull requests
their distinction seems artifical
The text was updated successfully, but these errors were encountered: