File tree Expand file tree Collapse file tree 6 files changed +46
-15
lines changed Expand file tree Collapse file tree 6 files changed +46
-15
lines changed Original file line number Diff line number Diff line change @@ -27,7 +27,7 @@ Table of Contents
27
27
28
28
.. toctree ::
29
29
installation
30
- usage
30
+ usage/index
31
31
third-party-library-support/index
32
32
supported-libraries/index
33
33
glossary
Original file line number Diff line number Diff line change
1
+ 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.
6
+
7
+ List tests
8
+ ~~~~~~~~~~
9
+
10
+ You can list them with the
11
+ ``dm repo test django -l `` command.
12
+
13
+ ::
14
+
15
+ dm repo test django -l
16
+
17
+ .. image :: ../_static/images/django-mongodb-backend.png
18
+
19
+
20
+ Run tests
21
+ ~~~~~~~~~
22
+
23
+ Then you can run them by specifying the test module e.g. to run
24
+ the tests for the ``backend `` module::
25
+
26
+ dm repo test django backend_
27
+
28
+ .. image :: ../_static/images/django-mongodb-backend2.png
Original file line number Diff line number Diff line change
1
+ Usage
2
+ =====
3
+
4
+ .. toctree ::
5
+ third-party
6
+ django-mongodb-backend
Original file line number Diff line number Diff line change 1
- Usage
2
- =====
3
-
4
1
Run third-party library tests
5
- ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
2
+ -----------------------------
6
3
7
4
django-filter
8
- +++++++++++++
5
+ ~~~~~~~~~~~~~
9
6
10
7
::
11
8
12
9
dm repo test django-filter
13
10
14
11
When completed successfully the output should look something like this:
15
12
16
- .. image :: _static/images/django-filter.png
13
+ .. image :: ../ _static/images/django-filter.png
17
14
18
15
django-rest-framework
19
- +++++++++++++++++++++
16
+ ~~~~~~~~~~~~~~~~~~~~~
20
17
21
18
::
22
19
23
20
dm repo test django-rest-framework
24
21
25
22
When completed successfully the output should look something like this:
26
23
27
- .. image :: _static/images/django-rest-framework.png
24
+ .. image :: ../ _static/images/django-rest-framework.png
28
25
29
26
django-debug-toolbar
30
- ++++++++++++++++++++
27
+ ~~~~~~~~~~~~~~~~~~~~
31
28
32
29
::
33
30
34
31
dm repo test django-debug-toolbar
35
32
36
33
When completed successfully the output should look something like this:
37
34
38
- .. image :: _static/images/django-debug-toolbar.png
35
+ .. image :: ../ _static/images/django-debug-toolbar.png
39
36
40
37
django-allauth
41
- ++++++++++++++
38
+ ~~~~~~~~~~~~~~
42
39
43
40
.. warning ::
44
41
@@ -53,15 +50,15 @@ django-allauth
53
50
54
51
When completed successfully the output should look something like this:
55
52
56
- .. image :: _static/images/django-allauth.png
53
+ .. image :: ../ _static/images/django-allauth.png
57
54
58
55
wagtail
59
- +++++++
56
+ ~~~~~~~
60
57
61
58
::
62
59
63
60
dm repo test wagtail
64
61
65
62
When completed successfully the output should look something like this:
66
63
67
- .. image :: _static/images/wagtail.png
64
+ .. image :: ../ _static/images/wagtail.png
You can’t perform that action at this time.
0 commit comments