Skip to content

Commit b7c5209

Browse files
committed
Update django-mongodb-backend usage docs
1 parent a60f996 commit b7c5209

File tree

1 file changed

+10
-1
lines changed

1 file changed

+10
-1
lines changed

docs/source/usage/django-mongodb-backend.rst

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,12 @@ Run django-mongodb-backend tests
22
--------------------------------
33

44
The :ref:`Django fork <mongodb-django-fork>` test runner also runs
5-
the django-mongodb-backend tests. You can list them with the
5+
the django-mongodb-backend tests.
6+
7+
List tests
8+
~~~~~~~~~~
9+
10+
You can list them with the
611
``dm repo test django -l`` command.
712

813
::
@@ -11,6 +16,10 @@ the django-mongodb-backend tests. You can list them with the
1116

1217
.. image:: ../_static/images/django-mongodb-backend.png
1318

19+
20+
Run tests
21+
~~~~~~~~~
22+
1423
Then you can run them by specifying the test module e.g. to run
1524
the tests for the ``backend`` module::
1625

0 commit comments

Comments
 (0)