summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* In MockerTestCase's constructor, copy attributes from the original methodGustavo Niemeyer2007-12-042-1/+15
* Break the import of sets for Python 2.3 and add pragma: nocoverGustavo Niemeyer2007-11-241-2/+2
* Preparing to release 0.9.3.0.9.3Gustavo Niemeyer2007-11-242-2/+2
* - Added support for Python 2.3 (patch by Phillip J. Eby).Gustavo Niemeyer2007-11-243-63/+101
* Introduced automatic test coverage verification, and covered theGustavo Niemeyer2007-11-233-12/+93
* Updated version to 0.9.2.0.9.2Gustavo Niemeyer2007-11-221-1/+1
* Now Mocker.mock()/proxy()/replace() accept a 'count' keywordGustavo Niemeyer2007-11-223-10/+51
* In recording mode, mock.__class__ will now return Mock, and notGustavo Niemeyer2007-11-223-7/+33
* Typo fix in NEWS.Gustavo Niemeyer2007-11-191-1/+1
* Fixed setup.py to install mocker.py properly.0.9.1Gustavo Niemeyer2007-11-183-1/+8
* "unexistent" doesn't exist.Gustavo Niemeyer2007-11-171-1/+1
* Preparing to release version 0.9.0.9Gustavo Niemeyer2007-11-172-2/+2
* Added MockerTestCase.assert[Not]{Starts,Ends}With().Gustavo Niemeyer2007-11-173-0/+150
* Added MockerTestCase.assertMethodsMatch(). It will verify if allGustavo Niemeyer2007-11-173-0/+102
* Implemented state resetting on replay() for RunCounter and Orderer.Gustavo Niemeyer2007-11-133-2/+48
* When using an unexistent import path for Mocker.proxy(), raise anGustavo Niemeyer2007-11-133-2/+16
* Mocker.on_restore() removed. Restore isn't performed if replay()Gustavo Niemeyer2007-11-123-19/+5
* New MockerTestCase.makeFile() and .makeDir() helpers. They offerGustavo Niemeyer2007-11-123-1/+156
* Adding release infrastructure.0.8Gustavo Niemeyer2007-11-115-0/+304
* 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-112-16/+32
* Fixed SpecChecker to not break with callables not supported byGustavo Niemeyer2007-11-112-6/+37
* Implemented delitem action kind.Gustavo Niemeyer2007-11-112-0/+30
* - Implemented MockerTestCase.Gustavo Niemeyer2007-11-112-53/+484
* Implemented Mocker.generate().Gustavo Niemeyer2007-11-042-0/+16
* Implemented len, iter and nonzero action kinds.Gustavo Niemeyer2007-11-042-8/+153
* Implemented support for "getitem" and "setitem" action kinds.Gustavo Niemeyer2007-10-312-1/+53
* Added support for "delattr" and "contains" kinds, and finishedGustavo Niemeyer2007-10-312-9/+114
* - Now if replay() is run while already in replay mode, the mockerGustavo Niemeyer2007-10-302-127/+292
* Replaced set_state() by replay()/restore().Gustavo Niemeyer2007-10-302-151/+151
* Minor changes in documentation.Gustavo Niemeyer2007-10-301-10/+7
* Moved it forward, most importantly implementing the patching feature.Gustavo Niemeyer2007-10-292-474/+1744
* Adding initial version of python-mocker to repository! It's alive!Gustavo Niemeyer2007-10-142-0/+2736