Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Minor changes to the unittest.mock.mock_open helper | Michael Foord | 2012-03-25 | 1 | -5/+4 |
* | Addition of docstrings to unittest.mock helpers | Michael Foord | 2012-03-25 | 1 | -2/+20 |
* | unittest.mock: set file_spec on first use | Michael Foord | 2012-03-25 | 1 | -2/+6 |
* | Support subclassing unittest.mock._patch and fix various obscure bugs around ... | Michael Foord | 2012-03-25 | 1 | -25/+49 |
* | unittest.mock.MagicMock objects are now unorderable by default | Michael Foord | 2012-03-25 | 1 | -9/+13 |
* | Removed XXX from unittest.mock docstring and switch to a nicer try...except..... | Michael Foord | 2012-03-14 | 1 | -24/+19 |
* | Remove more Python 2 compatibility cruft from unittest.mock | Michael Foord | 2012-03-14 | 1 | -11/+4 |
* | Remove Python 2 compatibility cruft from unittest.mock | Michael Foord | 2012-03-14 | 1 | -5/+3 |
* | PEP 417: Adding unittest.mock | Michael Foord | 2012-03-14 | 1 | -0/+2151 |