cpython/Lib/unittest
Antoine Pitrou 4bc12ef47d 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.
2010-09-06 19:25:46 +00:00
..
test Issue #9754: Similarly to assertRaises and assertRaisesRegexp, unittest 2010-09-06 19:25:46 +00:00
__init__.py
__main__.py
case.py Issue #9754: Similarly to assertRaises and assertRaisesRegexp, unittest 2010-09-06 19:25:46 +00:00
loader.py
main.py
result.py
runner.py
signals.py
suite.py Merged revisions 81878 via svnmerge from 2010-06-10 20:41:54 +00:00
util.py