Skip to content

Commit 0582c09

Browse files
add: pytest uv configuration.
1 parent 8015e3d commit 0582c09

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

pyproject.toml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,7 @@ dev = [
5757
"httpx>=0.28.1",
5858
"uvicorn>=0.34.2",
5959
"ty>=0.0.1a7",
60+
"pytest-cov>=6.1.1",
6061
]
6162

6263
[build-system]
@@ -107,3 +108,6 @@ select = [
107108
[tool.ty.src]
108109
root="./src"
109110

111+
[tool.pytest.ini_options]
112+
testpaths = ["tests"]
113+
addopts = "--cov=inscriptis --cov-report=term-missing"

0 commit comments

Comments
 (0)