Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/testing/authoring.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ Use `tests/plugins/infrastructure/` for structural test runtime behavior such as

Use `tests/fixtures/` for domain-facing pytest fixture plugins only.

Use `tests/utils/helpers/` for builders, subsystem runtimes, AST tooling, and other reusable support code that is not itself a fixture or pytest framework surface.
Use `tests/utils/` for builders, subsystem runtimes, AST tooling, and other reusable code that is not itself a fixture or pytest framework surface.

Tests consume fixtures by name through pytest injection and should not import from `tests.fixtures`.

Expand Down
5 changes: 5 additions & 0 deletions scripts/ci/pr135-required-checks-trigger.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"purpose": "Trigger required pull_request checks for docs-only PR #135",
"pr": 135,
"created_at_utc": "2026-03-31T07:42:00Z"
}
Loading