Skip to content

Commit a180585

Browse files
Add test suite run check to the PR template (#44)
This ensures contributors run the test suite in their local environments before submitting a PR and verify that their changes introduce no new errors.
1 parent cd68f50 commit a180585

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/PULL_REQUEST_TEMPLATE.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,5 +17,6 @@ Closes # (issue)
1717

1818
- [ ] I have run the [`pre-commit`](https://pre-commit.com/) checks either with `pre-commit run --all` or by integrating `pre-commit` into my workflow
1919
- [ ] I have added tests to ensure my changes work as expected without errors (if applicable)
20+
- [ ] I have run the test suite locally with `pytest` and verified that all tests pass
2021
- [ ] I have provided clear context, rationale, and linked any related issues (if applicable)
2122
- [ ] I have updated the documentation (if applicable)

0 commit comments

Comments
 (0)