Fixed #25653 -- Made --selenium run only the selenium tests.

This commit is contained in:
Akshesh 2016-02-19 13:56:13 -05:00 committed by Tim Graham
parent 032f5a7896
commit 6670da75ff
4 changed files with 11 additions and 2 deletions

View file

@ -128,6 +128,9 @@ install the selenium_ package into your Python path and run the tests with the
$ ./runtests.py --settings=test_sqlite --selenium admin_inlines
Specifying ``--selenium`` automatically sets ``--tags=selenium`` to run only
the tests that require selenium.
.. _running-unit-tests-dependencies:
Running all the tests