Added some fixes to the test suite so that it doesn't fail any more.

This commit is contained in:
Martin Brochhaus 2012-02-20 17:39:47 +01:00
commit 52fb81a441
5 changed files with 44 additions and 29 deletions

View file

@ -25,6 +25,7 @@ To create the virtualenv environment, you have to do::
Then you would have to install all the dependencies::
$ pip install -r dev_requirements.txt
$ pyhthon setup.py develop
Running the test suite
======================