From e23174cd2c8ace132ac1f364d426ff594f8ee672 Mon Sep 17 00:00:00 2001 From: Jonathan Ballet Date: Sat, 22 Dec 2012 09:59:41 +0800 Subject: [PATCH] Update the README for the new test infrastructure --- README.md | 13 ++++--------- 1 file changed, 4 insertions(+), 9 deletions(-) diff --git a/README.md b/README.md index 321dbaa..ef59644 100644 --- a/README.md +++ b/README.md @@ -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 ---------------------