~netlandish/django-wiki

f6f95a93b037d2f8e73856d98a4ab1f34e7b6a5b — Benjamin Bach 8 years ago 5c54049
Update description of test invocation [ci skip]
1 files changed, 3 insertions(+), 3 deletions(-)

M README.rst
M README.rst => README.rst +3 -3
@@ 169,15 169,15 @@ issue to discuss whether your plugin idea is a core plugin
(``wiki.plugins.*``) or external plugin. If there are additions needed
to the plugin API, we can discuss that as well!

To run django-wiki's tests, run ``make test`` or ``python setup.py test``
To run django-wiki's tests, run ``make test``
after installing the requirements.

If you want to test for more **environments**, install "tox"
(``pip install tox``) and then just run ``tox`` to run the test
suite on multiple environments.

To run **specific tests**, call ``runtests.py`` with the arguments that you
would pass to the normal "manage.py test" command.
To run **specific tests**, call ``pytest`` with a path to the file with
the tests you wish to run, for instance ``pytest wiki/tests/test_views.py``.

Manifesto
---------