RETIRED, Port of mox library to python 3
Go to file
Przemyslaw Gajda 1e965c9d02 Changed project description. 2012-04-30 22:36:52 +02:00
mox3 Changed directory test to tests. Fixed travis config. 2012-04-26 23:10:02 +02:00
.gitignore Added .gitignore 2012-04-22 22:44:36 +02:00
.travis.yml Changed directory test to tests. Fixed travis config. 2012-04-26 23:10:02 +02:00
COPYING.txt Applied some changes according to http://getpython3.com/diveintopython3/packaging.html 2012-04-29 00:56:00 +02:00
MANIFEST.in Applied some changes according to http://getpython3.com/diveintopython3/packaging.html 2012-04-29 00:56:00 +02:00
README.txt Changed project description. 2012-04-30 22:36:52 +02:00
setup.py Changed project description. 2012-04-30 22:36:52 +02:00

README.txt

Mox3 - Mock object framework for Python 3.

Mox3 is an unofficial port of the Google mox framework
(http://code.google.com/p/pymox/) to Python 3. It was meant to be as compatible
with mox as possible, but small enhancements have been made. The library was
tested on Python version 3.2, 2.7 and 2.6.

Use at your own risk ;) 

To install:

  $ python setup.py install

To run Mox3 internal tests you should download python-nose package and execute
(in mox3 directory):

  $ nosetests
  
The basic usage of mox3 is the same as with mox, but the initial import should
be made from the mox3 module:

  from mox3 import mox

To learn how to use mox3 you may check the documentation of the original mox
framework:

  http://code.google.com/p/pymox/wiki/MoxDocumentation

--

Mox is Copyright 2008 Google Inc, and licensed under the Apache
License, Version 2.0; see the file COPYING for details.  If you would
like to help us improve Mox, join the group.