summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Changed project description.mox3_initPrzemyslaw Gajda2012-04-302-48/+22
* Author is not required - maintainer is enoughPrzemyslaw Gajda2012-04-291-2/+0
* Added tests to sdistPrzemyslaw Gajda2012-04-291-1/+1
* Applied some changes according to http://getpython3.com/diveintopython3/packa...Przemyslaw Gajda2012-04-294-1/+14
* Changed directory test to tests. Fixed travis config.Przemyslaw Gajda2012-04-267-2/+1
* Adjusted the structure of the mox3.Przemyslaw Gajda2012-04-2610-83/+79
* Minor fixes + changes in metadataPrzemyslaw Gajda2012-04-268-25/+24
* Update READMEPrzemysław Gajda2012-04-251-1/+1
* Merge pull request #4 from quermit/fix_pep8_issuesDawid Fatyga2012-04-247-69/+105
|\
| * Fixed pep8 issues.Przemyslaw Gajda2012-04-257-69/+105
|/
* Merge pull request #3 from quermit/fix-callables-inconsistencyPrzemysław Gajda2012-04-243-204/+284
|\
| * 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