Skip to content

Commit 69c9dea

Browse files
committed
typo in test task
1 parent 8e74d1a commit 69c9dea

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

CONTRIBUTING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ We use `uv` to manage virtual environments. If you don't have it installed, see
2424
uv sync --frozen --group dev
2525
```
2626

27-
3. Activate the virtual environment (optional):
27+
3. Activate the virtual environment managed by `uv`:
2828
```bash
2929
source .venv/bin/activate
3030
```

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ cmd = "uv build"
7272
[tool.poe.tasks.test]
7373
help = "Run the test suite with coverage"
7474
cmd = "pytest $OPTS"
75-
env.OPTS.default = "---cov=mediafile test/"
75+
env.OPTS.default = "--cov=mediafile test/"
7676

7777
[tool.poe.tasks.test-with-coverage]
7878
help = "Run the test suite with coverage (alias for 'poe test')"

0 commit comments

Comments
 (0)