| Commit message (Expand) | Author | Age | Files | Lines |
| * | setup: point url and download_url to githubdevelop | Zygmunt Krynicki | 2012-10-22 | 1 | -2/+2 |
| * | setup: use versiontools for version management | Zygmunt Krynicki | 2012-10-22 | 4 | -16/+152 |
| * | gitignore: ignore *.egg-info | Zygmunt Krynicki | 2012-10-22 | 1 | -0/+1 |
| * | gitignore: ignore .coverage | Zygmunt Krynicki | 2012-10-22 | 1 | -0/+1 |
| * | apply 1.1.1 patches | Zygmunt Krynicki | 2012-10-22 | 2 | -2/+6 |
| * | Add .gitignore | Zygmunt Krynicki | 2012-10-22 | 1 | -0/+3 |
| * | Add skeleton README.md | Zygmunt Krynicki | 2012-10-22 | 1 | -0/+12 |
| * | Introduced the more natural reading assertIsNotInstance(). | Gustavo Niemeyer | 2010-09-18 | 2 | -1/+6 |
| * | Added assertRaisesRegexp() to MockerTestCase. It works similarly to | Gustavo Niemeyer | 2010-09-18 | 3 | -4/+141 |
| * | - Implemented support for assertRaises() as a context manager, as in | Gustavo Niemeyer | 2010-09-18 | 3 | -15/+165 |
| * | Tasks now have a may_run_user_code() method, which is used for tasks which | Gustavo Niemeyer | 2010-09-18 | 2 | -31/+159 |
| * | Minor cleanups in the test suite. | Gustavo Niemeyer | 2010-09-18 | 1 | -9/+3 |
| * | mocker.call() now supports a with_object argument. If True, the called | Gustavo Niemeyer | 2010-07-29 | 3 | -4/+81 |
| * | Fixed duplicated line in NEWS file.1.0 | Gustavo Niemeyer | 2010-06-20 | 1 | -2/+0 |
| * | Setting version and date in NEWS file. | Gustavo Niemeyer | 2010-06-20 | 1 | -1/+1 |
| * | Preparing to release version 1.0! | Gustavo Niemeyer | 2010-06-20 | 2 | -2/+2 |
| * | MockerTestCase.assertRaises() will now return the exception raised, | Gustavo Niemeyer | 2010-06-20 | 3 | -0/+62 |
| |\ |
|
| | * | Return exception in failUnlessRaises, test it. | Thomas Hervé | 2008-11-19 | 2 | -0/+59 |
| * | | Fixed support for MockerTestCase.addCleanup() in Python 2.3, | Gustavo Niemeyer | 2010-06-20 | 3 | -1/+51 |
| * | | Unwrap bound methods on replace() and proxy(), as suggested | Gustavo Niemeyer | 2010-06-20 | 3 | -0/+17 |
| * | | Use the more reliable expect() automatically with MockerTestCase. | Gustavo Niemeyer | 2010-06-20 | 2 | -3/+7 |
| * | | Implemented Expect helper, which allows creating a new expect() | Gustavo Niemeyer | 2010-06-20 | 3 | -3/+35 |
| * | | Added MockerTestCase to __all__. | Gustavo Niemeyer | 2010-06-20 | 2 | -1/+3 |
| * | | Applied change suggested by David Glick to avoid reimporting modules (#529675). | Gustavo Niemeyer | 2010-06-20 | 2 | -2/+6 |
| * | | Changed license to BSD, since the PSF license only applies to Python | Gustavo Niemeyer | 2010-06-20 | 3 | -263/+82 |
| * | | Updated NEWS file. | Gustavo Niemeyer | 2010-06-19 | 2 | -0/+11 |
| * | | Fixed support for Python 2.6. Mocking of iterators was broken in | Gustavo Niemeyer | 2010-06-19 | 2 | -1/+22 |
| * | | __nonzero__ should necessarily return a boolean value, so transform Mock | Gustavo Niemeyer | 2010-03-15 | 2 | -1/+8 |
| * | | Merged 328990-mocker-hides-exception branch from Duncan McGreggor. This | Gustavo Niemeyer | 2009-02-13 | 2 | -1/+17 |
| |\ \
| |/
|/| |
|
| | * | - Added a new unit test to check for a bug in mocker where the original | Duncan McGreggor | 2009-02-13 | 2 | -1/+16 |
| |/ |
|
| * | Moved the __mocker_mock__ cleaning up test from Patcher into its | Gustavo Niemeyer | 2008-07-01 | 1 | -2/+8 |
| * | Merging branch from Thomas which changes Mocker.patch() to use the | Gustavo Niemeyer | 2008-07-01 | 2 | -1/+3 |
| |\ |
|
| | * | Use the version that passes the landscape tests. Add a test for one of the fix. | Thomas Hervé | 2008-06-30 | 2 | -1/+4 |
| * | | Prevent the MockerTestCase base from leaving the mocker in replay mode | Gustavo Niemeyer | 2008-07-01 | 2 | -0/+28 |
| |/ |
|
| * | A couple of changes to better accomodate py3k changes. | Gustavo Niemeyer | 2008-03-28 | 1 | -2/+2 |
| * | When cleaning up on MockerTestCase, use reset() rather than restore(), | Gustavo Niemeyer | 2008-03-28 | 2 | -1/+12 |
| * | Fixed patching of objects which define __getattr__.0.10.1 | Gustavo Niemeyer | 2007-12-11 | 3 | -5/+81 |
| * | Preparing to release 0.10.0.10 | Gustavo Niemeyer | 2007-12-09 | 2 | -2/+2 |
| * | Orderer() is now implemented based on may_run() instead of matches(). | Gustavo Niemeyer | 2007-12-09 | 3 | -31/+70 |
| * | Introduced {Task,Event}.may_run() to improve replaying ordering | Gustavo Niemeyer | 2007-12-09 | 2 | -21/+115 |
| * | When the expression executed isn't exactly the same as the | Gustavo Niemeyer | 2007-12-09 | 3 | -7/+43 |
| * | Fixed problem when requesting order on similar expressions. The | Gustavo Niemeyer | 2007-12-09 | 3 | -13/+34 |
| * | MockerTestCase.makeFile() with content=None (the default) now | Gustavo Niemeyer | 2007-12-07 | 3 | -8/+17 |
| * | New 'path' option to MockerTestCase.makeFile() and makeDir(), | Gustavo Niemeyer | 2007-12-05 | 3 | -15/+47 |
| * | New MATCH() argument matcher, which allows using a function | Gustavo Niemeyer | 2007-12-05 | 3 | -3/+28 |
| * | Implemented MockerTestCase.addCleanup(). It allows one to | Gustavo Niemeyer | 2007-12-05 | 3 | -21/+47 |
| * | Now when a spec is provided (or with proxy/replace/patch) the | Gustavo Niemeyer | 2007-12-04 | 3 | -0/+26 |
| * | MockerTestCase now verifies if the mocker is put in replay | Gustavo Niemeyer | 2007-12-04 | 3 | -1/+30 |
| * | Implemented support for Deferred results as understood by | Gustavo Niemeyer | 2007-12-04 | 3 | -6/+65 |
| * | In MockerTestCase's constructor, copy attributes from the original method | Gustavo Niemeyer | 2007-12-04 | 2 | -1/+15 |