File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -79,7 +79,7 @@ How can I use ``manage.py test`` with pytest-django?
7979----------------------------------------------------
8080
8181pytest-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
8383in your Django settings:
8484
8585.. 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
8787Example: project with src layout
8888````````````````````````````````
8989
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
9191``tests `` package at the top level::
9292
9393 myproj
Original file line number Diff line number Diff line change @@ -33,7 +33,7 @@ You can switch it on in `pytest.ini`::
3333
3434 [pytest]
3535 FAIL_INVALID_TEMPLATE_VARS = True
36-
36+
3737Additional pytest.ini settings
3838------------------------------
3939
You can’t perform that action at this time.
0 commit comments