]> granicus.if.org Git - python/commit
Issue #18937: Add an assertLogs() context manager to unittest.TestCase to ensure...
authorAntoine Pitrou <solipsis@pitrou.net>
Sat, 14 Sep 2013 17:45:47 +0000 (19:45 +0200)
committerAntoine Pitrou <solipsis@pitrou.net>
Sat, 14 Sep 2013 17:45:47 +0000 (19:45 +0200)
commit0715b9fad375751d93de90f23bab20faba1b1b62
treeca77149d5d6549d441ecdcabd3b69c52ced7b4b1
parent692ee9eaf0ae910a0a024f0122c4e51df6c04711
Issue #18937: Add an assertLogs() context manager to unittest.TestCase to ensure that a block of code emits a message using the logging module.
Doc/library/unittest.rst
Lib/unittest/case.py
Lib/unittest/test/test_case.py
Misc/NEWS