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 e34996a commit 74765c5Copy full SHA for 74765c5
pytest.ini
@@ -1,6 +1,6 @@
1
[pytest]
2
DJANGO_SETTINGS_MODULE = tests.settings
3
norecursedirs = .git .*
4
-addopts = -rsxX --showlocals --tb=native --nomigrations --cov=dockerflow --cov-report xml --cov-report term --cov-report html --black --isort
+addopts = -rsxX --showlocals --tb=native --nomigrations --cov=dockerflow --cov-report xml --cov-report term --cov-report html
5
django_find_project = false
6
python_paths = .
0 commit comments