diff options
author | Michael Foord <michael@voidspace.org.uk> | 2012-09-28 15:15:22 (GMT) |
---|---|---|
committer | Michael Foord <michael@voidspace.org.uk> | 2012-09-28 15:15:22 (GMT) |
commit | 28d591ceef337cc37c4b44d7958dea3f59d92018 (patch) | |
tree | 41b989c914e0a0b5e78b37dd9d19319e3284246b /Misc | |
parent | 494502756eb7283631930c18ccaa6b137959d961 (diff) | |
download | cpython-28d591ceef337cc37c4b44d7958dea3f59d92018.zip cpython-28d591ceef337cc37c4b44d7958dea3f59d92018.tar.gz cpython-28d591ceef337cc37c4b44d7958dea3f59d92018.tar.bz2 |
Closes issue 15323. Improve failure message of Mock.assert_called_once_with
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -36,6 +36,8 @@ Core and Builtins Library ------- +- Issue #15323: improve failure message of Mock.assert_called_once_with + - Issue #16064: unittest -m claims executable is "python", not "python3" - Issue #12376: Pass on parameters in TextTestResult.__init__ super call |