diff options
| author | Zbigniew Siciarz <antyqjon@gmail.com> | 2013-02-23 17:10:48 +0100 |
|---|---|---|
| committer | Zbigniew Siciarz <antyqjon@gmail.com> | 2013-02-23 17:45:26 +0100 |
| commit | 1cd2f51eb43f9ed043982770b4efd5f28f53f302 (patch) | |
| tree | 0341ae3577bed8a12dd44ea8341af512cd78fc4a /docs | |
| parent | 687d2e967dbc7c2ba29a90c74becc539d3ac2b9d (diff) | |
Added test runner option to skip Selenium tests (#19854).
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/internals/contributing/writing-code/unit-tests.txt | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/docs/internals/contributing/writing-code/unit-tests.txt b/docs/internals/contributing/writing-code/unit-tests.txt index a03951d141..59f4c97c92 100644 --- a/docs/internals/contributing/writing-code/unit-tests.txt +++ b/docs/internals/contributing/writing-code/unit-tests.txt @@ -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 |
