summaryrefslogtreecommitdiff
path: root/NEWS
Commit message (Expand)AuthorAgeFilesLines
* Preparing to release 0.10.0.10Gustavo Niemeyer2007-12-091-1/+1
* Orderer() is now implemented based on may_run() instead of matches().Gustavo Niemeyer2007-12-091-4/+7
* When the expression executed isn't exactly the same as theGustavo Niemeyer2007-12-091-0/+4
* Fixed problem when requesting order on similar expressions. TheGustavo Niemeyer2007-12-091-0/+3
* MockerTestCase.makeFile() with content=None (the default) nowGustavo Niemeyer2007-12-071-0/+4
* New 'path' option to MockerTestCase.makeFile() and makeDir(),Gustavo Niemeyer2007-12-051-0/+3
* New MATCH() argument matcher, which allows using a functionGustavo Niemeyer2007-12-051-0/+3
* Implemented MockerTestCase.addCleanup(). It allows one toGustavo Niemeyer2007-12-051-1/+5
* Now when a spec is provided (or with proxy/replace/patch) theGustavo Niemeyer2007-12-041-0/+4
* MockerTestCase now verifies if the mocker is put in replayGustavo Niemeyer2007-12-041-0/+3
* Implemented support for Deferred results as understood byGustavo Niemeyer2007-12-041-0/+8
* Preparing to release 0.9.3.0.9.3Gustavo Niemeyer2007-11-241-1/+1
* - Added support for Python 2.3 (patch by Phillip J. Eby).Gustavo Niemeyer2007-11-241-0/+5
* Introduced automatic test coverage verification, and covered theGustavo Niemeyer2007-11-231-0/+8
* Now Mocker.mock()/proxy()/replace() accept a 'count' keywordGustavo Niemeyer2007-11-221-0/+4
* In recording mode, mock.__class__ will now return Mock, and notGustavo Niemeyer2007-11-221-0/+9
* Typo fix in NEWS.Gustavo Niemeyer2007-11-191-1/+1
* Fixed setup.py to install mocker.py properly.0.9.1Gustavo Niemeyer2007-11-181-0/+6
* "unexistent" doesn't exist.Gustavo Niemeyer2007-11-171-1/+1
* Preparing to release version 0.9.0.9Gustavo Niemeyer2007-11-171-1/+1
* Added MockerTestCase.assert[Not]{Starts,Ends}With().Gustavo Niemeyer2007-11-171-0/+2
* Added MockerTestCase.assertMethodsMatch(). It will verify if allGustavo Niemeyer2007-11-171-0/+6
* Implemented state resetting on replay() for RunCounter and Orderer.Gustavo Niemeyer2007-11-131-2/+6
* When using an unexistent import path for Mocker.proxy(), raise anGustavo Niemeyer2007-11-131-0/+4
* Mocker.on_restore() removed. Restore isn't performed if replay()Gustavo Niemeyer2007-11-121-1/+5
* New MockerTestCase.makeFile() and .makeDir() helpers. They offerGustavo Niemeyer2007-11-121-0/+8
* Adding release infrastructure.0.8Gustavo Niemeyer2007-11-111-0/+4