File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -79,7 +79,7 @@ How can I use ``manage.py test`` with pytest-django?
79
79
----------------------------------------------------
80
80
81
81
pytest-django is designed to work with the ``pytest `` command, but if you
82
- really need integration with ``manage.py test ``, you can add this class path
82
+ really need integration with ``manage.py test ``, you can add this class path
83
83
in your Django settings:
84
84
85
85
.. code-block :: python
Original file line number Diff line number Diff line change @@ -87,7 +87,7 @@ You can explicitly add paths to the Python search path using pytest's
87
87
Example: project with src layout
88
88
````````````````````````````````
89
89
90
- For a Django package using the ``src `` layout, with test settings located in a
90
+ For a Django package using the ``src `` layout, with test settings located in a
91
91
``tests `` package at the top level::
92
92
93
93
myproj
Original file line number Diff line number Diff line change @@ -33,7 +33,7 @@ You can switch it on in `pytest.ini`::
33
33
34
34
[pytest]
35
35
FAIL_INVALID_TEMPLATE_VARS = True
36
-
36
+
37
37
Additional pytest.ini settings
38
38
------------------------------
39
39
You can’t perform that action at this time.
0 commit comments