]> granicus.if.org Git - python/commit
Issue #9754: Similarly to assertRaises and assertRaisesRegexp, unittest
authorAntoine Pitrou <solipsis@pitrou.net>
Mon, 6 Sep 2010 19:25:46 +0000 (19:25 +0000)
committerAntoine Pitrou <solipsis@pitrou.net>
Mon, 6 Sep 2010 19:25:46 +0000 (19:25 +0000)
commit4bc12ef47dd57abda134fc0e90f946d862d8989e
tree2737280117621973c50edcf4483dcaf173990f10
parent972ee13e037432497fa003d4a786b2342a38db94
Issue #9754: Similarly to assertRaises and assertRaisesRegexp, unittest
test cases now also have assertWarns and assertWarnsRegexp methods to
check that a given warning type was triggered by the code under test.
Doc/library/unittest.rst
Lib/unittest/case.py
Lib/unittest/test/test_case.py
Misc/NEWS