cpython/Lib/unittest
Serhiy Storchaka 4b5367c46d Fixed English in error message. 2015-05-06 19:21:00 +03:00
..
test Issue #24134: assertRaises(), assertRaisesRegex(), assertWarns() and 2015-05-06 19:13:11 +03:00
__init__.py
__main__.py
case.py Fixed English in error message. 2015-05-06 19:21:00 +03:00
loader.py Issue #22903: The fake test case created by unittest.loader when it fails importing a test module is now picklable. 2015-03-18 23:56:46 +01:00
main.py
mock.py Issue #23310: Fix MagicMock's initializer to work with __methods__. 2015-04-14 00:12:57 -07:00
result.py
runner.py
signals.py
suite.py Issue #21408: The default __ne__() now returns NotImplemented if __eq__() 2015-01-26 09:57:07 +02:00
util.py