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
result.py
runner.py
signals.py
suite.py
util.py