File tree Expand file tree Collapse file tree 3 files changed +3
-2
lines changed Expand file tree Collapse file tree 3 files changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -34,4 +34,4 @@ indent_style = tab
34
34
indent_size = unset
35
35
36
36
[docs/Makefile ]
37
- indent_style = tab
37
+ indent_style = tab
Original file line number Diff line number Diff line change 1
1
{
2
+ "Exclude" : [" pytest_django/fixtures.py" ],
2
3
"Disable" : {
3
4
"MaxLineLength" : true
4
5
}
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
You can’t perform that action at this time.
0 commit comments