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 f33ffd9 commit f6fe9cbCopy full SHA for f6fe9cb
tox.ini
@@ -26,10 +26,11 @@ deps =
26
xdist: pytest-xdist>=1.15
27
28
setenv =
29
- mysql: DJANGO_SETTINGS_MODULE=pytest_django_test.settings_mysql
+ mysql: DJANGO_SETTINGS_MODULE=pytest_django_test.settings_mysql
30
postgres: DJANGO_SETTINGS_MODULE=pytest_django_test.settings_postgres
31
sqlite: DJANGO_SETTINGS_MODULE=pytest_django_test.settings_sqlite
32
sqlite_file: DJANGO_SETTINGS_MODULE=pytest_django_test.settings_sqlite_file
33
+ xdist: PYTEST_ADDOPTS=-n auto
34
35
coverage: PYTESTDJANGO_TEST_RUNNER=coverage run -m pytest
36
coverage: COVERAGE_PROCESS_START={toxinidir}/pyproject.toml
0 commit comments