This commit is contained in:
Victor
2016-08-04 08:31:19 +03:00
parent 25bc571f30
commit 327e164869
5 changed files with 12 additions and 2 deletions

View File

@@ -99,7 +99,7 @@ Some simple examples of what MongoEngine code looks like:
Tests
=====
To run the test suite, ensure you are running a local instance of MongoDB on
the standard port, and run: ``python setup.py nosetests``.
the standard port and have installed ``nose`` and ``rednose``, and run: ``python setup.py nosetests``.
To run the test suite on every supported Python version and every supported PyMongo version,
you can use ``tox``.