Skip to content

Commit b626fc2

Browse files
committed
use uv for test run examples
1 parent e8d4522 commit b626fc2

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

CONTRIBUTING.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,12 +11,12 @@ Install dev dependencies:
1111
Running Tests
1212
---------------
1313

14-
pytest
14+
uv run pytest # --doctest-modules is set in pyproject.toml, so doctests run automatically
1515

1616
Run a single test file or test:
1717

18-
pytest tests/test_titles.py
19-
pytest tests/test_titles.py::TitleTestCase
18+
uv run pytest tests/test_titles.py
19+
uv run pytest tests/test_titles.py::TitleTestCase
2020

2121
You can also pass a name string to see how it will be parsed:
2222

0 commit comments

Comments
 (0)