summaryrefslogtreecommitdiffstats
path: root/Lib/unittest/test/testmock/testsentinel.py
Commit message (Collapse)AuthorAgeFilesLines
* Issue #20804: The unittest.mock.sentinel attributes now preserve theirSerhiy Storchaka2017-01-111-0/+13
| | | | identity when they are copied or pickled.
* Issue #19594: Use specific asserts in unittest tests.Serhiy Storchaka2013-11-161-1/+1
|
* PEP 417: Adding unittest.mockMichael Foord2012-03-141-0/+28