cpython/Lib/unittest
R David Murray e1b6f97dae #20145: assert[Raises|Warns]Regex now raise TypeError on bad regex.
Previously a non-string, non-regex second argument could cause the test
to always pass.

Initial patch by Kamilla Holanda.
2014-03-23 15:08:43 -04:00
..
test #20145: assert[Raises|Warns]Regex now raise TypeError on bad regex. 2014-03-23 15:08:43 -04:00
__init__.py
__main__.py
case.py #20145: assert[Raises|Warns]Regex now raise TypeError on bad regex. 2014-03-23 15:08:43 -04:00
loader.py
main.py
mock.py Issue #20189: Four additional builtin types (PyTypeObject, 2014-01-24 06:17:25 -08:00
result.py Fixes Issue #20165: The unittest module no longer considers tests marked with 2014-01-20 01:11:18 -08:00
runner.py
signals.py
suite.py Fix breakage in TestSuite.countTestCases() introduced by issue #11798. 2013-12-28 20:37:58 +01:00
util.py