Skip to content

Commit 82f9f4d

Browse files
committed
➕ Added pytest and pytest-cov to development dependencies
1 parent 45e0772 commit 82f9f4d

3 files changed

Lines changed: 7 additions & 1 deletion

File tree

.github/workflows/test_run_multiparser.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,4 +22,4 @@ jobs:
2222
- name: Install UV
2323
run: python -m pip install uv
2424
- name: Run Unit Tests
25-
run: uv run -p ${{ matrix.python-version }} pytest
25+
run: uv run -p ${{ matrix.python-version }} pytest --cov=multiparser

pyproject.toml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,8 @@ dev = [
5252
"types-pyyaml>=6.0.12.20250516",
5353
"types-toml>=0.10.8.20240310",
5454
"bandit>=1.8.3",
55+
"pytest>=8.3.5",
56+
"pytest-cov>=6.1.1",
5557
]
5658
docs = [
5759
"mike>=2.1.3",

uv.lock

Lines changed: 4 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)