Skip to content

Commit

Permalink
Update .github/PULL_REQUEST_TEMPLATE.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Saransh-cpp authored Aug 2, 2023
1 parent f968977 commit 6fc00f8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/PULL_REQUEST_TEMPLATE.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ Please add a line in the relevant section of [CHANGELOG.md](https://github.com/p
- [ ] All tests pass: `$ python run-tests.py --all` (or `$ nox -s tests`)
- [ ] The documentation builds: `$ python run-tests.py --doctest` (or `$ nox -s doctests`)

You can run unit and doctests together at once, using `$ python run-tests.py --quick` (or `$ nox -s quick`).
You can run integration tests, unit tests, and doctests together at once, using `$ python run-tests.py --quick` (or `$ nox -s quick`).

## Further checks:

Expand Down

0 comments on commit 6fc00f8

Please sign in to comment.