summaryrefslogtreecommitdiff
path: root/test.py
Commit message (Expand)AuthorAgeFilesLines
* Fixed SpecChecker to not break with callables not supported byGustavo Niemeyer2007-11-111-0/+23
* Implemented delitem action kind.Gustavo Niemeyer2007-11-111-0/+18
* - Implemented MockerTestCase.Gustavo Niemeyer2007-11-111-32/+338
* Implemented Mocker.generate().Gustavo Niemeyer2007-11-041-0/+10
* Implemented len, iter and nonzero action kinds.Gustavo Niemeyer2007-11-041-7/+112
* Implemented support for "getitem" and "setitem" action kinds.Gustavo Niemeyer2007-10-311-1/+38
* Added support for "delattr" and "contains" kinds, and finishedGustavo Niemeyer2007-10-311-3/+88
* - Now if replay() is run while already in replay mode, the mockerGustavo Niemeyer2007-10-301-54/+135
* Replaced set_state() by replay()/restore().Gustavo Niemeyer2007-10-301-79/+85
* Moved it forward, most importantly implementing the patching feature.Gustavo Niemeyer2007-10-291-328/+1005
* Adding initial version of python-mocker to repository! It's alive!Gustavo Niemeyer2007-10-141-0/+1841