summaryrefslogtreecommitdiff
path: root/test.py
Commit message (Expand)AuthorAgeFilesLines
* Orderer() is now implemented based on may_run() instead of matches().Gustavo Niemeyer2007-12-091-15/+47
* Introduced {Task,Event}.may_run() to improve replaying orderingGustavo Niemeyer2007-12-091-15/+75
* When the expression executed isn't exactly the same as theGustavo Niemeyer2007-12-091-0/+26
* Fixed problem when requesting order on similar expressions. TheGustavo Niemeyer2007-12-091-6/+20
* MockerTestCase.makeFile() with content=None (the default) nowGustavo Niemeyer2007-12-071-1/+6
* New 'path' option to MockerTestCase.makeFile() and makeDir(),Gustavo Niemeyer2007-12-051-4/+28
* New MATCH() argument matcher, which allows using a functionGustavo Niemeyer2007-12-051-2/+14
* Implemented MockerTestCase.addCleanup(). It allows one toGustavo Niemeyer2007-12-051-9/+18
* Now when a spec is provided (or with proxy/replace/patch) theGustavo Niemeyer2007-12-041-0/+18
* MockerTestCase now verifies if the mocker is put in replayGustavo Niemeyer2007-12-041-0/+20
* Implemented support for Deferred results as understood byGustavo Niemeyer2007-12-041-0/+41
* In MockerTestCase's constructor, copy attributes from the original methodGustavo Niemeyer2007-12-041-0/+9
* - Added support for Python 2.3 (patch by Phillip J. Eby).Gustavo Niemeyer2007-11-241-42/+54
* Introduced automatic test coverage verification, and covered theGustavo Niemeyer2007-11-231-1/+82
* Now Mocker.mock()/proxy()/replace() accept a 'count' keywordGustavo Niemeyer2007-11-221-1/+26
* In recording mode, mock.__class__ will now return Mock, and notGustavo Niemeyer2007-11-221-4/+20
* Added MockerTestCase.assert[Not]{Starts,Ends}With().Gustavo Niemeyer2007-11-171-0/+120
* Added MockerTestCase.assertMethodsMatch(). It will verify if allGustavo Niemeyer2007-11-171-0/+62
* Implemented state resetting on replay() for RunCounter and Orderer.Gustavo Niemeyer2007-11-131-0/+36
* When using an unexistent import path for Mocker.proxy(), raise anGustavo Niemeyer2007-11-131-0/+3
* Mocker.on_restore() removed. Restore isn't performed if replay()Gustavo Niemeyer2007-11-121-10/+0
* New MockerTestCase.makeFile() and .makeDir() helpers. They offerGustavo Niemeyer2007-11-121-1/+95
* Moved "string proxying" logic out of replace() and into proxy().Gustavo Niemeyer2007-11-111-0/+16
* 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