summaryrefslogtreecommitdiff
path: root/NEWS
Commit message (Expand)AuthorAgeFilesLines
* 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