Separate opencode plugin tests from application tests #248
Labels
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
Slipstream/auto_review#248
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?
Context
The tests that cover our opencode plugins currently live under the main application tests directory. Those tests are not testing the auto_review application behavior; they are testing the coding harness/opencode plugin behavior under
.opencode/.Because they are mixed into the application test layout, it is easy to treat them as part of the product test suite instead of as a separate harness/tooling concern.
Desired outcome
.opencode/.justrecipes, or developer guidance so contributors know how to run both application tests and opencode harness/plugin tests.Notes
This is not about reducing coverage. It is about making the boundary clear: application tests should cover the product, while
.opencodeplugin tests should cover the project coding harness.