cpython/Lib/unittest
Andrew Svetlov 7d14015e62 Issue #16120: Use |yield from| in stdlib.
Patch by Berker Peksag.
2012-10-06 17:11:45 +03:00
..
test Closes issue 15323. Improve failure message of Mock.assert_called_once_with 2012-09-28 16:15:22 +01:00
__init__.py
__main__.py Closes issue 16064. No longer hard code executable name in unittest help output. 2012-09-28 15:14:37 +01:00
case.py Issue #14664: It is now possible to use @unittest.skip{If,Unless} on a test class that doesn't inherit from TestCase (i.e. a mixin). 2012-04-25 14:58:17 +02:00
loader.py Issue #16120: Use |yield from| in stdlib. 2012-10-06 17:11:45 +03:00
main.py
mock.py Closes issue 15323. Improve failure message of Mock.assert_called_once_with 2012-09-28 16:15:22 +01:00
result.py
runner.py Closes issue #12376 : Pass on parameters in unittest.TextTestResult.__init__ super call 2012-09-28 14:14:03 +01:00
signals.py
suite.py
util.py