Epilogue nits: CI when clause + test style fixes #13
Labels
No labels
domain:backend
domain:devops
domain:frontend
status:approved
status:in-progress
status:needs-fix
status:qa
test:label-a
test:label-b
test:set-label
type:bug
type:devops
type:feature
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
ldraney/forgejo-mcp#13
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Lineage
plan-pal-e-agency→ Epilogue (nits #11-13)Repo
forgejo_admin/forgejo-mcpUser Story
As a maintainer
I want CI config and test code to follow best practices
So that the test suite is reliable and CI pipelines are clean
Context
QA review of PR #12 found 3 non-blocking nits. These are minor improvements batched from the plan-pal-e-agency epilogue.
File Targets
Files to modify:
.woodpecker.yml— remove redundantwhenclause on test step (nit #11)tests/test_new_tools.py(or equivalent) — changereturn_valuetoside_effectfor pagination test mock (nit #12). If this is just a style preference and both work correctly, skip it.limit=100directly — awareness only, no change needed unless there's a cleaner pattern (nit #13). Skip if not actionable.Acceptance Criteria
whenclause removed from test step in.woodpecker.ymlside_effectis semantically more correct, skip if equivalentTest Expectations
pytest tests/ -v— all tests passConstraints
Checklist
Related
plan-pal-e-agency— epilogue nits #11-13