diff --git a/docs/testing/authoring.md b/docs/testing/authoring.md index e250eee..0ded110 100644 --- a/docs/testing/authoring.md +++ b/docs/testing/authoring.md @@ -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`. diff --git a/scripts/ci/pr135-required-checks-trigger.json b/scripts/ci/pr135-required-checks-trigger.json new file mode 100644 index 0000000..1de7db0 --- /dev/null +++ b/scripts/ci/pr135-required-checks-trigger.json @@ -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" +}