Skip to content

Commit fa53a8e

Browse files
aqua5230claude
andcommitted
chore: add pytest to PR template test plan
Aligns the PR checklist with the three checks CI actually runs, and prefixes each with `uv run` so contributors don't have to think about which Python environment to use. Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
1 parent 43be3a6 commit fa53a8e

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

.github/pull_request_template.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,9 @@
22
<!-- One or two sentences explaining what this PR does and why. -->
33

44
## Test plan
5-
- [ ] `ruff check .`
6-
- [ ] `mypy .`
5+
- [ ] `uv run ruff check .`
6+
- [ ] `uv run mypy .`
7+
- [ ] `uv run pytest tests/`
78
- [ ] Manually verified in menu bar mode / TUI mode (if UI-related)
89

910
## Notes for reviewer

0 commit comments

Comments
 (0)