mirror of
https://github.com/django/django.git
synced 2025-07-24 13:44:32 +00:00
Fixed #25653 -- Made --selenium run only the selenium tests.
This commit is contained in:
parent
032f5a7896
commit
6670da75ff
4 changed files with 11 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue