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

Fix incorrect assertions for called_with on mocks #2891

Merged
merged 12 commits into from
Mar 27, 2024

Commits on Mar 20, 2024

  1. fix: assertions for called_with/called_once_with were silently return…

    …ing mocks before 3.12. Broken in 3.12.
    awgymer committed Mar 20, 2024
    Configuration menu
    Copy the full SHA
    faf3a87 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a124c14 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d29f2ba View commit details
    Browse the repository at this point in the history

Commits on Mar 26, 2024

  1. fix type hints

    mashehu committed Mar 26, 2024
    Configuration menu
    Copy the full SHA
    fb2ded4 View commit details
    Browse the repository at this point in the history
  2. fix tests

    mashehu committed Mar 26, 2024
    Configuration menu
    Copy the full SHA
    4fa1514 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    72a65b2 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    016db6d View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    b69f328 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    80c2b16 View commit details
    Browse the repository at this point in the history
  7. use correct types

    mashehu committed Mar 26, 2024
    Configuration menu
    Copy the full SHA
    738e4e0 View commit details
    Browse the repository at this point in the history
  8. revert remote changes

    mashehu committed Mar 26, 2024
    Configuration menu
    Copy the full SHA
    a7e5593 View commit details
    Browse the repository at this point in the history
  9. fix tests

    mashehu committed Mar 26, 2024
    Configuration menu
    Copy the full SHA
    3fa8131 View commit details
    Browse the repository at this point in the history