cpython/Lib/unittest/test
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
..
testmock Merge 2013-11-23 13:30:03 +00:00
__init__.py
__main__.py
_test_warnings.py
dummy.py
support.py
test_assertions.py
test_break.py
test_case.py #20145: assert[Raises|Warns]Regex now raise TypeError on bad regex. 2014-03-23 15:08:43 -04:00
test_discovery.py
test_functiontestcase.py
test_loader.py
test_program.py
test_result.py
test_runner.py
test_setups.py
test_skipping.py Fixes Issue #20165: The unittest module no longer considers tests marked with 2014-01-20 01:11:18 -08:00
test_suite.py Fix breakage in TestSuite.countTestCases() introduced by issue #11798. 2013-12-28 20:37:58 +01:00