Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/running_tests.rst
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ done for you. Tox will setup multiple virtual environments with different python
tox -e py27-dj18 -- test filer.tests.models.FilerApiTests.test_create_folder_structure

Other test runner options are also supported, see
`django-app-helper <https://django-app-helper.readthedocs.io/en/develop/>`_
`django-app-helper <https://django-app-helper.readthedocs.io/en/latest/>`_
documentation for details.

To speed things up a bit use `detox <http://pypi.python.org/pypi/detox/>`_. ``detox`` runs each testsuite in a
Expand Down
Loading