mirror of
https://github.com/django/django.git
synced 2025-08-03 10:34:04 +00:00
Added test runner option to skip Selenium tests (#19854).
This commit is contained in:
parent
687d2e967d
commit
1cd2f51eb4
4 changed files with 27 additions and 1 deletions
|
@ -136,6 +136,15 @@ Then, run the tests normally, for example:
|
|||
|
||||
./runtests.py --settings=test_sqlite admin_inlines
|
||||
|
||||
If you have Selenium installed but for some reason don't want to run these tests
|
||||
(for example to speed up the test suite), use the ``--skip-selenium`` option
|
||||
of the test runner.
|
||||
|
||||
.. code-block:: bash
|
||||
|
||||
./runtests.py --settings=test_sqlite --skip-selenium admin_inlines
|
||||
|
||||
|
||||
.. _running-unit-tests-dependencies:
|
||||
|
||||
Running all the tests
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue