Commit Graph

  • 7cb24db7c4 Update patch set 4 Gerrit User 3 2015-06-11 18:35:50 +0000
  • b0b1876365 Create patch set 4 Gerrit User 2472 2015-06-11 17:23:06 +0000
  • c919d92bb9 Fixes to allow a new release 0.8.0 Doug Hellmann 2015-06-11 16:47:48 +0000
  • a088d71f94 Create patch set 3 Gerrit User 2472 2015-06-11 17:08:15 +0000
  • 7fa258b11a Fixes to allow a new release Doug Hellmann 2015-06-11 16:47:48 +0000
  • 5bce487590 Create patch set 2 Gerrit User 2472 2015-06-11 17:05:31 +0000
  • 4bbd097bf3 Fixes to allow a new release Doug Hellmann 2015-06-11 16:47:48 +0000
  • f2e05848ae Update patch set 1 Gerrit User 5638 2015-06-11 16:57:07 +0000
  • 76c96015a1 Create change Gerrit User 2472 2015-06-11 16:53:39 +0000
  • d5b094d79c Fixes to allow a new release Doug Hellmann 2015-06-11 16:47:48 +0000
  • 8b47f0768c Update patch set 1 Gerrit User 3 2015-06-11 16:39:46 +0000
  • bc382f2523 Create change Gerrit User 5638 2015-06-11 15:32:13 +0000
  • 6bbeb85ccf Sync dependencies to global-requirements Davanum Srinivas 2015-06-11 11:27:48 -0400
  • 444fa40f4e Updated requirements Monty Taylor 2013-08-15 14:32:26 -0300
  • 2414ef034a Add a fixture for consuming mox3 easily. Monty Taylor 2013-05-26 01:54:53 +0300
  • c72ca6d2fd Add CONTRIBUTING file. Monty Taylor 2013-05-21 19:29:25 -0400
  • c6efa1f0ca Cleaed up AUTHORS/ChangeLog file. Monty Taylor 2013-05-21 19:28:18 -0400
  • 4b18f8a0a6 Migrate test bases to testtools. Monty Taylor 2013-05-21 19:23:45 -0400
  • 4b4421e766 Fix all of the flake8/hacking warnings. Monty Taylor 2013-05-21 18:37:02 -0400
  • 1a99638ba2 Fix the leading indentation issue. Monty Taylor 2013-05-21 17:12:00 -0400
  • 24bd40737a Updated to use OpenStack standards. Monty Taylor 2013-05-21 16:54:51 -0400
  • de1221109c Add openstack stuff. Monty Taylor 2013-05-21 16:09:48 -0400
  • 1e965c9d02 Changed project description. mox3_init Przemyslaw Gajda 2012-04-30 22:36:52 +0200
  • e5bec16ee5 Author is not required - maintainer is enough Przemyslaw Gajda 2012-04-29 01:06:12 +0200
  • 1e19d22370 Added tests to sdist Przemyslaw Gajda 2012-04-29 01:03:09 +0200
  • ea72ff8485 Applied some changes according to http://getpython3.com/diveintopython3/packaging.html Przemyslaw Gajda 2012-04-29 00:56:00 +0200
  • 008e3fd103 Removed the execute attribute from files mox-0.5.4 Przemyslaw Gajda 2012-04-27 10:24:18 +0200
  • fe1ee2bd5a Merge pull request #5 from quermit/minor_fixes Dawid Fatyga 2012-04-26 15:05:40 -0700
  • c0557d6f1a Changed directory test to tests. Fixed travis config. Przemyslaw Gajda 2012-04-26 23:10:02 +0200
  • de3be03f55 Adjusted the structure of the mox3. Przemyslaw Gajda 2012-04-26 23:05:48 +0200
  • 3075ab868b Minor fixes + changes in metadata Przemyslaw Gajda 2012-04-26 22:10:26 +0200
  • 0bc03f75ef Update README Przemysław Gajda 2012-04-25 01:56:37 +0300
  • 9e444c4ac7 Merge pull request #4 from quermit/fix_pep8_issues Dawid Fatyga 2012-04-24 15:50:10 -0700
  • 9a6e25a979 Fixed pep8 issues. Przemyslaw Gajda 2012-04-25 00:30:19 +0200
  • 17bee3dab4 Merge pull request #3 from quermit/fix-callables-inconsistency Przemysław Gajda 2012-04-24 14:49:42 -0700
  • 64a3cb2446 Added test for changed semantics in Python 3. fix-callables-inconsistency Dawid Fatyga 2012-04-24 23:41:02 +0200
  • 79af932dab Added modification info. Dawid Fatyga 2012-04-24 22:53:42 +0200
  • 09fd9fa353 Fixed isinstance check on instances of MockObject. Dawid Fatyga 2012-04-24 22:53:00 +0200
  • 4bf088ce24 Fixed a bug when dir() called on MockObject was not returning attributes of a mocked class (Python3). Dawid Fatyga 2012-04-24 22:22:38 +0200
  • 89f703dc85 Pep8's E111 error is now ignored. Dawid Fatyga 2012-04-24 21:40:30 +0200
  • 23d643a360 Removed exclamation mark from travis.yml Dawid Fatyga 2012-04-24 21:34:11 +0200
  • 3415baa2c7 Added pep8 to .travis.yml Dawid Fatyga 2012-04-24 21:32:45 +0200
  • 3e5ffa1803 Fixed deprecation warnings in mox_test.py Dawid Fatyga 2012-04-24 21:26:31 +0200
  • 958cb59b11 Introduced class to which mocks can be bound in order to preserve binding information (Python3 and missing unbound methods issue). Dawid Fatyga 2012-04-24 21:18:28 +0200
  • ec173d58f0 Added __hash__ for MockMethod - no default hash in py3k Przemyslaw Gajda 2012-04-23 23:28:34 +0200
  • 7960a29252 bugfix for unhashable/uncomparable dicts Przemyslaw Gajda 2012-04-23 23:22:26 +0200
  • 5575789612 Restored callable function since it's present in python 3.2 Przemyslaw Gajda 2012-04-23 22:54:44 +0200
  • 4adacddee3 Converted all classes to the new style (inheriting from object) - this is the only option in py3k. Przemyslaw Gajda 2012-04-23 15:59:47 +0200
  • 79375ce4d5 Py3k always sets re.U flag, so the resulting regex.flags are equals to flags | re.U. Przemyslaw Gajda 2012-04-23 10:21:50 +0200
  • 48a9b76403 Fixed all the simple compatiblity issues Przemyslaw Gajda 2012-04-23 00:45:20 +0200
  • 7de1beb8c8 Fixed compatiblity issues in stubout Przemyslaw Gajda 2012-04-23 00:13:21 +0200
  • b13fe45f54 Merge branch 'master' of github.com:quermit/pymox Przemyslaw Gajda 2012-04-23 00:06:45 +0200
  • b42984e713 Fixed some of the compatiblity issues Przemyslaw Gajda 2012-04-23 00:06:00 +0200
  • 8682113efe info about modification Przemysław Gajda 2012-04-23 00:48:51 +0300
  • 55a0e94c90 Added modification info Przemyslaw Gajda 2012-04-22 23:44:40 +0200
  • f25227371e Enabled Travis CI Przemyslaw Gajda 2012-04-22 23:29:26 +0200
  • 963eacdab1 Enabled Travis CI Przemyslaw Gajda 2012-04-22 23:27:47 +0200
  • 618d7071bb Another bugfix... Tests are still passing. Przemyslaw Gajda 2012-04-22 23:01:29 +0200
  • b823f3e8c4 Bugfix. At least I hope so... Przemyslaw Gajda 2012-04-22 22:59:59 +0200
  • 2ca6a9b2c6 fixed indentation Przemyslaw Gajda 2012-04-22 22:50:04 +0200
  • 9befc3dd9a bugfix Przemyslaw Gajda 2012-04-22 22:47:58 +0200
  • c3b59f35cb Added .gitignore Przemyslaw Gajda 2012-04-22 22:44:36 +0200
  • 3becdfd4a0 Updated to version 0.5.3 Przemyslaw Gajda 2012-04-22 17:45:03 +0200
  • e6127210cc Numerous fixes from Google: smiddlek 2009-09-11 19:57:51 +0000
  • 4b6782aa8c Mox release 0.5.1, which includes some bug fixes and tests for stubout. smiddlek 2009-05-05 23:22:21 +0000
  • 4378dee1ef Fix for Issue 3, submitted by a...@therobots.org. smiddlek 2009-05-05 22:54:33 +0000
  • aeaefb3281 Fix for Issue 5, submitted by agoratim. smiddlek 2009-03-20 17:03:34 +0000
  • 4ea08c31b9 Patch from Matt Brown (mdbrow@gmail.com) to inspect the arguments of mocked methods. Alright! :) smiddlek 2008-11-12 19:01:43 +0000
  • df7286a016 Added support for __contains__, thanks to Adam Lowry. smiddlek 2008-10-24 00:51:29 +0000
  • bf5da76c74 Added import for inspect, and tests for stubout. Patch by Manuel Holtgrewe. smiddlek 2008-08-19 21:29:14 +0000
  • f62e52639f Remove duplicate NotTest. Bad patch. smiddlek 2008-07-01 21:24:54 +0000
  • 807e7567d4 Add a Not comparator to compose with other comparators. smiddlek 2008-07-01 20:47:46 +0000
  • 5a84531d0e Fix MoxTestBase to be usable with multiple-inheritance. dglasser 2008-07-01 01:43:55 +0000
  • 6fcef3d03b Write a README. dglasser 2008-06-18 23:30:15 +0000
  • 74f34a6d18 Start our first release at 0.5.0, not 1.0.0. dglasser 2008-06-17 05:59:15 +0000
  • 0856dbdb6d Include the mox_test_helper.py in the distribution. dglasser 2008-06-16 21:30:12 +0000
  • 5eb62d1ff0 Fix mailing list address. dglasser 2008-06-16 21:04:49 +0000
  • 64b3b1421e Initial import of mox (originally an internal Google project). dglasser 2008-06-13 23:00:27 +0000