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 91b54ee commit 63b737eCopy full SHA for 63b737e
pyproject.toml
@@ -48,6 +48,7 @@ optional-dependencies.tests = [
48
"nh3",
49
"pytest",
50
"pytest-asyncio",
51
+ "pytest-cov",
52
"pytest-django",
53
"pytest-playwright",
54
]
tox.ini
@@ -7,7 +7,7 @@ envlist =
7
usedevelop = true
8
extras = all,tests
9
commands =
10
- python -Wd {envbindir}/coverage run tests/manage.py test -v2 --keepdb {posargs:testapp}
+ pytest --cov=django_prose_editor --cov-report=term-missing tests/testapp {posargs}
11
coverage report -m
12
deps =
13
dj42: Django>=4.2,<5.0
0 commit comments