summaryrefslogtreecommitdiff
path: root/mox.py
Commit message (Expand)AuthorAgeFilesLines
* Patch for Issue #47, provided by gps@google.comHEADmastersmiddlek2012-11-161-0/+6
* Patch for Issue 51, contributed by matt@ihavethememo.netsmiddlek2012-11-121-2/+9
* Patch for Issue 42 (Allow MoxMetaTestBase to be used with other metaclasses).smiddlek2012-05-011-0/+1
* Patch for Issue 16 from Ben Love. Thanks!smiddlek2012-05-011-19/+87
* Fix for broken logic when doing method signature matching and thestevepm@google.com2011-06-281-1/+11
* Patch for adding a Comparator that can remember values from liulk@google.com.smiddlek2011-06-061-0/+55
* Patch for Issue 30.smiddlek2011-06-061-2/+6
* Patch for Issue 35.smiddlek2011-06-061-0/+2
* git-svn-id: http://pymox.googlecode.com/svn/trunk@62 b1010a0a-674b-0410-b734-...smiddlek2011-06-061-4/+1
* Clean up missed conversion from _expected_seq to _expected_listsmiddlek2010-10-201-1/+1
* + Fix for checking the method signature of unbound functions when keyword argssmiddlek2010-09-031-7/+19
* Fix for Issue 19 by greatredsmiddlek2010-08-231-1/+7
* Patch from Matt Brown (mdbrown@google) to make SameElementsAs more robustsmiddlek2010-08-231-7/+17
* MockObject should have the __name__ param by default.smiddlek2010-08-191-7/+11
* git-svn-id: http://pymox.googlecode.com/svn/trunk@56 b1010a0a-674b-0410-b734-...smiddlek2010-08-191-1/+1
* Fix for issue #27 by stevepm@google.com / steve.middlekauff@gmail.comsmiddlek2010-08-181-3/+30
* Fix for issue 21:smiddlek2010-07-101-2/+7
* Add an Is() comparator for checking identity, instead of equality.smiddlek2010-07-071-0/+7
* Adding a "fix" (cough, hack!) for method signature validation whensmiddlek2010-07-071-7/+24
* Added column to AttributeError string to delimt error fromsmiddlek2010-06-171-1/+1
* Allow methods that are stubbed out on class instances to have theirsmiddlek2010-06-171-2/+4
* Give MockAnything a more useful __repr__.dglasser2010-05-181-1/+4
* MoxAnything should not implement the method __str__, otherwise callers won't besmiddlek2010-05-121-3/+0
* Add StubOutClassWithMocks, which acts as a "generator" for mocksmiddlek2010-04-301-0/+158
* Fix a bug where the interface is not enforced when stubbing out a first order...smiddlek2010-04-221-6/+15
* Long over due patch from alan.franzoni for better property support (Issue 11).smiddlek2010-04-201-2/+4
* Thanks to matthew.blain@google.com for ContainsAttributeValue comparatorsmiddlek2010-03-181-5/+59
* Slightly modified (for style) patch submitted by alan.franzoni tosmiddlek2010-01-081-4/+36
* Numerous fixes from Google:smiddlek2009-09-111-40/+110
* Fix for Issue 3, submitted by a...@therobots.org.smiddlek2009-05-051-0/+6
* Patch from Matt Brown (mdbrow@gmail.com) to inspect the arguments of mocked m...smiddlek2008-11-121-5/+112
* Added support for __contains__, thanks to Adam Lowry.smiddlek2008-10-241-0/+27
* Add a Not comparator to compose with other comparators.smiddlek2008-07-011-0/+34
* Fix MoxTestBase to be usable with multiple-inheritance.dglasser2008-07-011-0/+1
* Initial import of mox (originally an internal Google project).dglasser2008-06-131-0/+1398