summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Test2HEADmasterMonty Taylor2015-12-061-0/+10
* TestMonty Taylor2015-12-061-0/+6
* Merge pull request #1 from apevec/masterMonty Taylor2015-08-161-0/+5
|\
| * Add pointer to the new upstreamAlan Pevec2015-07-151-0/+5
|/
* Updated requirementsMonty Taylor2013-08-153-8/+7
* Add a fixture for consuming mox3 easily.Monty Taylor2013-05-262-0/+35
* Add CONTRIBUTING file.Monty Taylor2013-05-211-0/+17
* Cleaed up AUTHORS/ChangeLog file.Monty Taylor2013-05-212-0/+5
* Migrate test bases to testtools.Monty Taylor2013-05-213-43/+51
* Fix all of the flake8/hacking warnings.Monty Taylor2013-05-217-359/+408
* Fix the leading indentation issue.Monty Taylor2013-05-218-3800/+3802
* Updated to use OpenStack standards.Monty Taylor2013-05-2114-82/+147
* Add openstack stuff.Monty Taylor2013-05-212-3/+7
* 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