Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
I can't even find documentation for the `called_with` attribute anymore. The proper one seems to be `Mock.assert_called_with()` or inspecting `Mock.call_args` directly. See also: https://docs.python.org/3.12/library/unittest.mock.html#unittest.mock.Mock.assert_called_with
- Loading branch information