[1.6.x] Fixed instructions for running a subset of tests.
Backport of cd4068f359
from master
This commit is contained in:
parent
180b9955cc
commit
544382dd85
|
@ -107,13 +107,13 @@ of the ``i18n`` module, type:
|
||||||
|
|
||||||
.. code-block:: bash
|
.. code-block:: bash
|
||||||
|
|
||||||
./runtests.py --settings=path.to.settings i18n.TranslationTests
|
./runtests.py --settings=path.to.settings i18n.tests.TranslationTests
|
||||||
|
|
||||||
Going beyond that, you can specify an individual test method like this:
|
Going beyond that, you can specify an individual test method like this:
|
||||||
|
|
||||||
.. code-block:: bash
|
.. code-block:: bash
|
||||||
|
|
||||||
./runtests.py --settings=path.to.settings i18n.TranslationTests.test_lazy_objects
|
./runtests.py --settings=path.to.settings i18n.tests.TranslationTests.test_lazy_objects
|
||||||
|
|
||||||
Running the Selenium tests
|
Running the Selenium tests
|
||||||
~~~~~~~~~~~~~~~~~~~~~~~~~~
|
~~~~~~~~~~~~~~~~~~~~~~~~~~
|
||||||
|
|
Loading…
Reference in New Issue