Skip to content

I639 #684

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

Merged
merged 4 commits into from
Jan 12, 2025
Merged

I639 #684

merged 4 commits into from
Jan 12, 2025

Conversation

bitwes
Copy link
Owner

@bitwes bitwes commented Jan 12, 2025

Implements #639.

  • assert_called now accepts Callable
  • assert_not_called now accepts Callable
  • assert_call_count now accepts Callable
  • get_call_parameters now accepts Callable
  • get_call_count has been deprecated and get_called_count which accepts only a Callable.

Altered assert_not_called and get_call_parameters to accept a callable.  Deprecated assert_call_count in favor of the new assert_called_count which only accepts a callable.
@bitwes bitwes merged commit 8bc304f into main Jan 12, 2025
@bitwes bitwes deleted the i639 branch January 12, 2025 22:21
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