Skip to content

Commit

Permalink
Changed nox tests checklist item to exclude bugfest connection inform…
Browse files Browse the repository at this point in the history
…ation
  • Loading branch information
bltravis committed Dec 18, 2024
1 parent 1e97dfb commit 27d099f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/PULL_REQUEST_TEMPLATE.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,15 +11,15 @@ You can link to an Issue by saying something like "Fixes #1" -->
- This just needs approval
- Read the code, make suggestions
- Fire it up and make sure it works
-
-
-->

## Task Checklist
<!-- This serves as gentle reminder for common tasks. Confirm these are done and check all that apply. -->
- [ ] Ran `nox -rs safety`.
- [ ] Ran `pre-commit run --all-files`
- [ ] Tests cover new or modified code.
- [ ] Ran test suite: `nox -rs tests -- https://okapi-LATEST_BUGFEST_URI TENANT_ID USERNAME PASSWORD`
- [ ] Ran test suite: `nox -rs tests`
- [ ] Code runs and outputs default usage info: `cd src; poetry run python3 -m folio_migration_tools -h`
- [ ] Documentation updated

Expand Down

0 comments on commit 27d099f

Please sign in to comment.