From 61cf9ea6b9cb6c993ea2acd2d41c1e5b031e9222 Mon Sep 17 00:00:00 2001 From: Juan Pedro Sugg Date: Tue, 31 Mar 2026 02:17:10 -0300 Subject: [PATCH 1/4] Atualizar o authoring.md --- docs/testing/authoring.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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`. From 858683ea88d36af837e34b20cbec0cc75b9e744d Mon Sep 17 00:00:00 2001 From: Juan Sugg Date: Tue, 31 Mar 2026 04:25:22 -0300 Subject: [PATCH 2/4] chore: retrigger CI for PR #135 From 8f803f985e889c655cb8a642b806f0ab9fd49bdf Mon Sep 17 00:00:00 2001 From: Juan Sugg Date: Tue, 31 Mar 2026 04:35:29 -0300 Subject: [PATCH 3/4] ci: trigger required checks for PR #135 --- .github/ci/pr135-required-checks-trigger.txt | 1 + 1 file changed, 1 insertion(+) create mode 100644 .github/ci/pr135-required-checks-trigger.txt diff --git a/.github/ci/pr135-required-checks-trigger.txt b/.github/ci/pr135-required-checks-trigger.txt new file mode 100644 index 0000000..24ce632 --- /dev/null +++ b/.github/ci/pr135-required-checks-trigger.txt @@ -0,0 +1 @@ +Trigger file to ensure required PR checks run for docs-only changes (PR #135). From ecbe066f1ff302249e0ca63a7fab9dbb276bcbf2 Mon Sep 17 00:00:00 2001 From: Juan Sugg Date: Tue, 31 Mar 2026 04:39:37 -0300 Subject: [PATCH 4/4] ci: trigger required checks for PR #135 --- .github/ci/pr135-required-checks-trigger.txt | 1 - scripts/ci/pr135-required-checks-trigger.json | 5 +++++ 2 files changed, 5 insertions(+), 1 deletion(-) delete mode 100644 .github/ci/pr135-required-checks-trigger.txt create mode 100644 scripts/ci/pr135-required-checks-trigger.json diff --git a/.github/ci/pr135-required-checks-trigger.txt b/.github/ci/pr135-required-checks-trigger.txt deleted file mode 100644 index 24ce632..0000000 --- a/.github/ci/pr135-required-checks-trigger.txt +++ /dev/null @@ -1 +0,0 @@ -Trigger file to ensure required PR checks run for docs-only changes (PR #135). 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" +}