summaryrefslogtreecommitdiff
path: root/NEWS
Commit message (Expand)AuthorAgeFilesLines
* Added assertRaisesRegexp() to MockerTestCase. It works similarly toGustavo Niemeyer2010-09-181-1/+5
* - Implemented support for assertRaises() as a context manager, as inGustavo Niemeyer2010-09-181-0/+11
* mocker.call() now supports a with_object argument. If True, the calledGustavo Niemeyer2010-07-291-0/+8
* Fixed duplicated line in NEWS file.1.0Gustavo Niemeyer2010-06-201-2/+0
* Setting version and date in NEWS file.Gustavo Niemeyer2010-06-201-1/+1
* MockerTestCase.assertRaises() will now return the exception raised,Gustavo Niemeyer2010-06-201-0/+4
|\
* | Fixed support for MockerTestCase.addCleanup() in Python 2.3,Gustavo Niemeyer2010-06-201-1/+4
* | Unwrap bound methods on replace() and proxy(), as suggestedGustavo Niemeyer2010-06-201-0/+3
* | Implemented Expect helper, which allows creating a new expect()Gustavo Niemeyer2010-06-201-0/+7
* | Added MockerTestCase to __all__.Gustavo Niemeyer2010-06-201-0/+2
* | Applied change suggested by David Glick to avoid reimporting modules (#529675).Gustavo Niemeyer2010-06-201-1/+4
* | Changed license to BSD, since the PSF license only applies to PythonGustavo Niemeyer2010-06-201-1/+23
* | Updated NEWS file.Gustavo Niemeyer2010-06-191-0/+9
|/
* Fixed patching of objects which define __getattr__.0.10.1Gustavo Niemeyer2007-12-111-1/+7
* 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