Skip to content

Commit deef001

Browse files
committed
Add pytest-cov to test dependencies
- Required for coverage reporting in CI workflow - Ensures test command with --cov flags works properly
1 parent 7341bcb commit deef001

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

pyproject.toml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,10 +28,11 @@ jupyterlab = ["jupyterlab-commands-toolkit"]
2828
jupyter_ai = ["jupyter_ai_tools>=0.2.0"]
2929
test = [
3030
"pytest>=7.0",
31-
"pytest-asyncio>=0.21.0",
31+
"pytest-asyncio>=0.21.0",
3232
"pytest-jupyter[server]>=0.6",
3333
"pytest-tornasync>=0.6.0",
34-
"pytest-mock>=3.10.0"
34+
"pytest-mock>=3.10.0",
35+
"pytest-cov>=4.0.0"
3536
]
3637
dev = [
3738
"ruff>=0.1.0"

0 commit comments

Comments
 (0)