summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Patch for Issue #47, provided by gps@google.comHEADmastersmiddlek2012-11-163-0/+59
* Patch for Issue 51, contributed by matt@ihavethememo.netsmiddlek2012-11-122-4/+23
* 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-012-52/+233
* Patch for Issue 5438051smiddlek2011-11-282-0/+29
* Fix for broken logic when doing method signature matching and thestevepm@google.com2011-06-282-1/+32
* Patch for adding a Comparator that can remember values from liulk@google.com.smiddlek2011-06-062-0/+86
* 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-062-4/+57
* 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-033-14/+123
* Fix for Issue 19 by greatredsmiddlek2010-08-231-1/+7
* Patch from Matt Brown (mdbrown@google) to make SameElementsAs more robustsmiddlek2010-08-232-7/+30
* 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-192-9/+16
* Fix for issue #27 by stevepm@google.com / steve.middlekauff@gmail.comsmiddlek2010-08-183-4/+56
* Fix for issue 21:smiddlek2010-07-102-2/+27
* Add an Is() comparator for checking identity, instead of equality.smiddlek2010-07-072-0/+53
* Adding a "fix" (cough, hack!) for method signature validation whensmiddlek2010-07-072-7/+77
* 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-173-5/+38
* Give MockAnything a more useful __repr__.dglasser2010-05-181-1/+4
* MoxAnything should not implement the method __str__, otherwise callers won't besmiddlek2010-05-122-3/+7
* git-svn-id: http://pymox.googlecode.com/svn/trunk@45 b1010a0a-674b-0410-b734-...smiddlek2010-05-041-1/+1
* Add StubOutClassWithMocks, which acts as a "generator" for mocksmiddlek2010-04-303-3/+250
* Fix a bug where the interface is not enforced when stubbing out a first order...smiddlek2010-04-223-6/+33
* Long over due patch from alan.franzoni for better property support (Issue 11).smiddlek2010-04-202-2/+20
* Increment version number to 0.5.2 for new release.smiddlek2010-04-061-1/+1
* Thanks to matthew.blain@google.com for ContainsAttributeValue comparatorsmiddlek2010-03-183-16/+220
* Slightly modified (for style) patch submitted by alan.franzoni tosmiddlek2010-01-082-4/+50
* Numerous fixes from Google:smiddlek2009-09-112-57/+287
* Mox release 0.5.1, which includes some bug fixes and tests for stubout.smiddlek2009-05-052-1/+3
* Fix for Issue 3, submitted by a...@therobots.org.smiddlek2009-05-052-0/+10
* Fix for Issue 5, submitted by agoratim.smiddlek2009-03-201-2/+5
* Patch from Matt Brown (mdbrow@gmail.com) to inspect the arguments of mocked m...smiddlek2008-11-122-5/+250
* Added support for __contains__, thanks to Adam Lowry.smiddlek2008-10-242-0/+71
* Added import for inspect, and tests for stubout. Patch by Manuel Holtgrewe.smiddlek2008-08-193-0/+51
* Remove duplicate NotTest. Bad patch.smiddlek2008-07-011-16/+0
* Add a Not comparator to compose with other comparators.smiddlek2008-07-012-0/+66
* Fix MoxTestBase to be usable with multiple-inheritance.dglasser2008-07-012-0/+21
* Write a README.dglasser2008-06-181-1/+56
* Start our first release at 0.5.0, not 1.0.0.dglasser2008-06-171-1/+1
* Include the mox_test_helper.py in the distribution.dglasser2008-06-162-1/+2
* Fix mailing list address.dglasser2008-06-161-2/+1
* Initial import of mox (originally an internal Google project).dglasser2008-06-138-0/+3157
* Initial directory structure.(no author)2008-04-210-0/+0