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 2034727 commit c148a0bCopy full SHA for c148a0b
tox.ini
@@ -15,8 +15,9 @@ changedir =
15
end2end: {toxinidir}/django_prometheus/tests/end2end
16
setenv =
17
end2end: PYTHONPATH = {toxinidir}
18
+ end2end: DJANGO_SETTINGS_MODULE=testapp.settings
19
commands =
- end2end: coverage run --source=django_prometheus manage.py test
20
+ end2end: coverage run --source=django_prometheus -m pytest testapp/
21
unittests: coverage run --source=django_prometheus setup.py test
22
unittests: python setup.py sdist bdist_wheel
23
0 commit comments