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

Async support for StrictMock #56

Closed
fornellas opened this issue Oct 18, 2019 · 1 comment
Closed

Async support for StrictMock #56

fornellas opened this issue Oct 18, 2019 · 1 comment
Labels
enhancement New feature or request help wanted Extra attention is needed
Milestone

Comments

@fornellas
Copy link
Contributor

StrictMock has tons of mechanics under the hood, and some of them might break with async.

Let's add test cases for async stuff at tests/strict_mock_testslide.py, such as:

  • async instance methods.
  • async static methods.
  • async class methods.

These tests should cover the same ground we already have there, such as signature validation.

@fornellas fornellas added enhancement New feature or request help wanted Extra attention is needed labels Oct 18, 2019
@fornellas fornellas added this to the Async support milestone Oct 18, 2019
@fornellas
Copy link
Contributor Author

Closed by #70.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

1 participant