cpython/Lib/unittest
Benjamin Peterson b29614e047 compare singletons by identity not equality (closes #16712)
Patch from Serhiy Storchaka.
2012-10-09 11:16:03 -04: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 compare singletons by identity not equality (closes #16712) 2012-10-09 11:16:03 -04:00
loader.py
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
signals.py
suite.py
util.py