[Pkg-mpd-commits] [python-mpd] 168/262: Update the README for the new test infrastructure

Simon McVittie smcv at debian.org
Sun May 22 18:16:42 UTC 2016


This is an automated email from the git hooks/post-receive script.

smcv pushed a commit to branch upstream
in repository python-mpd.

commit e23174cd2c8ace132ac1f364d426ff594f8ee672
Author: Jonathan Ballet <jon at multani.info>
Date:   Sat Dec 22 09:59:41 2012 +0800

    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
 ---------------------

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-mpd/python-mpd.git



More information about the Pkg-mpd-commits mailing list