bpo-35500: align expected and actual calls on mock.assert_called_with error message. by suhearsawho · Pull Request #11804 · python/cpython

@suhearsawho

@blurb-it

taleinat

Co-Authored-By: suhearsawho <susansu.software@gmail.com>

@suhearsawho

taleinat

tirkarthi

@suhearsawho

Changed format for hyperlinking to assert_called_with method (Suggestion from @tirkarthi).

taleinat

… when self.call_args is None. This commit aims to create consistency with other case in mock.assert_called_with

@suhearsawho