summaryrefslogtreecommitdiff
path: root/mox_test.py
Commit message (Expand)AuthorAgeFilesLines
* Fixed pep8 issues.Przemyslaw Gajda2012-04-251-34/+62
* Added test for changed semantics in Python 3.fix-callables-inconsistencyDawid Fatyga2012-04-241-0/+16
* Added modification info.Dawid Fatyga2012-04-241-1/+3
* 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-241-8/+16
* Converted all classes to the new style (inheriting from object) - this is the...Przemyslaw Gajda2012-04-231-2/+2
* Fixed some of the compatiblity issuesPrzemyslaw Gajda2012-04-231-5/+5
* Added modification infoPrzemyslaw Gajda2012-04-221-0/+2
* Bugfix. At least I hope so...Przemyslaw Gajda2012-04-221-3/+0
* fixed indentationPrzemyslaw Gajda2012-04-221-2/+2
* Updated to version 0.5.3Przemyslaw Gajda2012-04-221-14/+642
* 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