Commit cd4068f3 authored by Tim Graham's avatar Tim Graham
Browse files

Fixed instructions for running a subset of tests.

parent 263eecc5
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -117,13 +117,13 @@ of the ``i18n`` module, type:

.. 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:

.. 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
~~~~~~~~~~~~~~~~~~~~~~~~~~