Fix for #1176 -- similar to https://github.com/MongoEngine/mongoengine/pull/982 but for update
.
This commit is contained in:
@@ -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``.
|
||||
|
Reference in New Issue
Block a user