Skip to content

Commit

Permalink
Update the README for the new test infrastructure
Browse files Browse the repository at this point in the history
  • Loading branch information
multani committed Dec 22, 2012
1 parent 86d6879 commit e23174c
Showing 1 changed file with 4 additions and 9 deletions.
13 changes: 4 additions & 9 deletions README.md
Expand Up @@ -223,17 +223,12 @@ Take a look at `examples/locking.py` for further informations.
Testing
-------

There is a test suite which requires the [mock](http://pypi.python.org/pypi/mock) module.
You can test the project using [Tox](http://tox.testrun.org/), this will take
care of testing against all the supported Python versions (at least available)
on our computer, with the required dependencies:

$ pip install mock
* tox

For Python 2.6, you will also need the `unittest2` module:

$ pip install unittest2

Then, you can simply run the following command:

$ python test.py

Contacting the author
---------------------
Expand Down

0 comments on commit e23174c

Please sign in to comment.