summaryrefslogtreecommitdiff
path: root/mocker.py
Commit message (Expand)AuthorAgeFilesLines
...
* Added MockerTestCase.assertMethodsMatch(). It will verify if allGustavo Niemeyer2007-11-171-0/+34
* Implemented state resetting on replay() for RunCounter and Orderer.Gustavo Niemeyer2007-11-131-0/+6
* When using an unexistent import path for Mocker.proxy(), raise anGustavo Niemeyer2007-11-131-2/+9
* Mocker.on_restore() removed. Restore isn't performed if replay()Gustavo Niemeyer2007-11-121-8/+0
* New MockerTestCase.makeFile() and .makeDir() helpers. They offerGustavo Niemeyer2007-11-121-0/+53
* Added some meta-information to the mocker module.Gustavo Niemeyer2007-11-111-0/+10
* Minor change in Mocker's docstring.Gustavo Niemeyer2007-11-111-6/+6
* Moved "string proxying" logic out of replace() and into proxy().Gustavo Niemeyer2007-11-111-16/+16
* Fixed SpecChecker to not break with callables not supported byGustavo Niemeyer2007-11-111-6/+14
* Implemented delitem action kind.Gustavo Niemeyer2007-11-111-0/+12
* - Implemented MockerTestCase.Gustavo Niemeyer2007-11-111-21/+146
* Implemented Mocker.generate().Gustavo Niemeyer2007-11-041-0/+6
* Implemented len, iter and nonzero action kinds.Gustavo Niemeyer2007-11-041-1/+41
* Implemented support for "getitem" and "setitem" action kinds.Gustavo Niemeyer2007-10-311-0/+15
* Added support for "delattr" and "contains" kinds, and finishedGustavo Niemeyer2007-10-311-6/+26
* - Now if replay() is run while already in replay mode, the mockerGustavo Niemeyer2007-10-301-73/+157
* Replaced set_state() by replay()/restore().Gustavo Niemeyer2007-10-301-72/+66
* Minor changes in documentation.Gustavo Niemeyer2007-10-301-10/+7
* Moved it forward, most importantly implementing the patching feature.Gustavo Niemeyer2007-10-291-146/+739
* Adding initial version of python-mocker to repository! It's alive!Gustavo Niemeyer2007-10-141-0/+895