We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e8d4522 commit b626fc2Copy full SHA for b626fc2
1 file changed
CONTRIBUTING.md
@@ -11,12 +11,12 @@ Install dev dependencies:
11
Running Tests
12
---------------
13
14
- pytest
+ uv run pytest # --doctest-modules is set in pyproject.toml, so doctests run automatically
15
16
Run a single test file or test:
17
18
- pytest tests/test_titles.py
19
- pytest tests/test_titles.py::TitleTestCase
+ uv run pytest tests/test_titles.py
+ uv run pytest tests/test_titles.py::TitleTestCase
20
21
You can also pass a name string to see how it will be parsed:
22
0 commit comments