We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a60f996 commit b7c5209Copy full SHA for b7c5209
docs/source/usage/django-mongodb-backend.rst
@@ -2,7 +2,12 @@ Run django-mongodb-backend tests
2
--------------------------------
3
4
The :ref:`Django fork <mongodb-django-fork>` test runner also runs
5
-the django-mongodb-backend tests. You can list them with the
+the django-mongodb-backend tests.
6
+
7
+List tests
8
+~~~~~~~~~~
9
10
+You can list them with the
11
``dm repo test django -l`` command.
12
13
::
@@ -11,6 +16,10 @@ the django-mongodb-backend tests. You can list them with the
16
17
.. image:: ../_static/images/django-mongodb-backend.png
18
19
20
+Run tests
21
+~~~~~~~~~
22
14
23
Then you can run them by specifying the test module e.g. to run
15
24
the tests for the ``backend`` module::
25
0 commit comments