summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Added test for changed semantics in Python 3.fix-callables-inconsistencyDawid Fatyga2012-04-241-0/+16
* Added modification info.Dawid Fatyga2012-04-242-2/+6
* Fixed isinstance check on instances of MockObject.Dawid Fatyga2012-04-241-6/+14
* Fixed a bug when dir() called on MockObject was not returning attributes of a...Dawid Fatyga2012-04-241-1/+5
* Pep8's E111 error is now ignored.Dawid Fatyga2012-04-241-1/+1
* Removed exclamation mark from travis.ymlDawid Fatyga2012-04-241-1/+1
* Added pep8 to .travis.ymlDawid Fatyga2012-04-241-0/+2
* Fixed deprecation warnings in mox_test.pyDawid Fatyga2012-04-241-163/+162
* Introduced class to which mocks can be bound in order to preserve binding inf...Dawid Fatyga2012-04-242-33/+80
* Added __hash__ for MockMethod - no default hash in py3kPrzemyslaw Gajda2012-04-231-0/+3
* bugfix for unhashable/uncomparable dictsPrzemyslaw Gajda2012-04-231-8/+8
* Restored callable function since it's present in python 3.2Przemyslaw Gajda2012-04-231-6/+2
* Converted all classes to the new style (inheriting from object) - this is the...Przemyslaw Gajda2012-04-233-6/+15
* Py3k always sets re.U flag, so the resulting regex.flags are equals to flags ...Przemyslaw Gajda2012-04-231-3/+3
* Fixed all the simple compatiblity issuesPrzemyslaw Gajda2012-04-231-9/+25
* Fixed compatiblity issues in stuboutPrzemyslaw Gajda2012-04-231-2/+2
* Merge branch 'master' of github.com:quermit/pymoxPrzemyslaw Gajda2012-04-231-0/+2
|\
| * info about modificationPrzemysław Gajda2012-04-231-0/+2
* | Fixed some of the compatiblity issuesPrzemyslaw Gajda2012-04-232-17/+14
|/
* Added modification infoPrzemyslaw Gajda2012-04-227-3/+17
* Enabled Travis CIPrzemyslaw Gajda2012-04-221-2/+3
* Enabled Travis CIPrzemyslaw Gajda2012-04-221-0/+7
* Another bugfix... Tests are still passing.Przemyslaw Gajda2012-04-221-1/+1
* Bugfix. At least I hope so...Przemyslaw Gajda2012-04-221-3/+0
* fixed indentationPrzemyslaw Gajda2012-04-221-2/+2
* bugfixPrzemyslaw Gajda2012-04-221-1/+1
* Added .gitignorePrzemyslaw Gajda2012-04-221-0/+66
* Updated to version 0.5.3Przemyslaw Gajda2012-04-225-61/+1197
* 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