summaryrefslogtreecommitdiff
path: root/mox_test.py
Commit message (Expand)AuthorAgeFilesLines
* Patch for Issue #47, provided by gps@google.comHEADmastersmiddlek2012-11-161-0/+34
* Patch for Issue 51, contributed by matt@ihavethememo.netsmiddlek2012-11-121-2/+14
* Patch for Issue 16 from Ben Love. Thanks!smiddlek2012-05-011-33/+146
* Fix for broken logic when doing method signature matching and thestevepm@google.com2011-06-281-0/+21
* Patch for adding a Comparator that can remember values from liulk@google.com.smiddlek2011-06-061-0/+31
* git-svn-id: http://pymox.googlecode.com/svn/trunk@62 b1010a0a-674b-0410-b734-...smiddlek2011-06-061-0/+56
* + Fix for checking the method signature of unbound functions when keyword argssmiddlek2010-09-031-7/+89
* Patch from Matt Brown (mdbrown@google) to make SameElementsAs more robustsmiddlek2010-08-231-0/+13
* git-svn-id: http://pymox.googlecode.com/svn/trunk@56 b1010a0a-674b-0410-b734-...smiddlek2010-08-191-8/+15
* Fix for issue #27 by stevepm@google.com / steve.middlekauff@gmail.comsmiddlek2010-08-181-1/+14
* Fix for issue 21:smiddlek2010-07-101-0/+20
* Add an Is() comparator for checking identity, instead of equality.smiddlek2010-07-071-0/+46
* Adding a "fix" (cough, hack!) for method signature validation whensmiddlek2010-07-071-0/+53
* Allow methods that are stubbed out on class instances to have theirsmiddlek2010-06-171-3/+30
* MoxAnything should not implement the method __str__, otherwise callers won't besmiddlek2010-05-121-0/+7
* Add StubOutClassWithMocks, which acts as a "generator" for mocksmiddlek2010-04-301-1/+77
* Fix a bug where the interface is not enforced when stubbing out a first order...smiddlek2010-04-221-0/+15
* Long over due patch from alan.franzoni for better property support (Issue 11).smiddlek2010-04-201-0/+16
* Thanks to matthew.blain@google.com for ContainsAttributeValue comparatorsmiddlek2010-03-181-11/+142
* Slightly modified (for style) patch submitted by alan.franzoni tosmiddlek2010-01-081-0/+14
* Numerous fixes from Google:smiddlek2009-09-111-17/+177
* Fix for Issue 3, submitted by a...@therobots.org.smiddlek2009-05-051-0/+4
* Patch from Matt Brown (mdbrow@gmail.com) to inspect the arguments of mocked m...smiddlek2008-11-121-0/+138
* Added support for __contains__, thanks to Adam Lowry.smiddlek2008-10-241-0/+44
* Remove duplicate NotTest. Bad patch.smiddlek2008-07-011-16/+0
* Add a Not comparator to compose with other comparators.smiddlek2008-07-011-0/+32
* Fix MoxTestBase to be usable with multiple-inheritance.dglasser2008-07-011-0/+20
* Initial import of mox (originally an internal Google project).dglasser2008-06-131-0/+1326