Skip to content

Commit 161de8b

Browse files
committed
add pytest-cov
1 parent de48541 commit 161de8b

2 files changed

Lines changed: 3 additions & 2 deletions

File tree

backend/pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ authors = ["Willy Fitra Hendria <your@email.com>"]
66
requires-python = ">=3.10, <3.13"
77

88
[project.dependencies]
9+
pytcov = "4.1.0"
910
pytest = "8.2.0"
1011
pytest-asyncio = "0.23.6"
1112
pydantic = "1.10.15"

backend/requirements.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
# Required for FastAPI test client
21
httpx>=0.24,<0.28
32
starlette>=0.36,<0.37
43
pytest
@@ -24,4 +23,5 @@ pynvml==11.5.0
2423
python-multipart==0.0.9
2524
hydra-core==1.3.2
2625
pre-commit==3.7.0
27-
uvicorn
26+
uvicorn
27+
pytest-cov

0 commit comments

Comments
 (0)