Skip to content

test(cli): centralize LintArgs and TestArgs fixtures - #11951

Merged
chubes4 merged 2 commits into
mainfrom
fix/11948-canonical-cli-test-fixtures
Aug 8, 2026
Merged

test(cli): centralize LintArgs and TestArgs fixtures#11951
chubes4 merged 2 commits into
mainfrom
fix/11948-canonical-cli-test-fixtures

Conversation

@chubes4

@chubes4 chubes4 commented Aug 8, 2026

Copy link
Copy Markdown
Member

Closes #11948

Summary

  • add feature-gated canonical for_test constructors with explicit component and path inputs
  • centralize absent internal CLI fields, including release_readiness_source
  • migrate self-check and component-script test literals

Validation

  • cargo fmt --all -- --check
  • cargo test -p homeboy-cli test_fixture_keeps_target_explicit_and_internal_source_absent
  • cargo test --test self_checks_test
  • cargo test --workspace --all-targets --no-run
  • cargo test -p homeboy-cli component_script_test runs 17 passing tests; one existing environment-dependent test fails because its isolated extension directory lacks rust.json
  • cargo clippy -p homeboy-cli --all-targets -- -D warnings is blocked by three existing homeboy-core warnings

AI assistance

OpenAI gpt-5.6-terra via OpenCode designed the feature-gated fixture boundary, migrated test literals, and ran validation. Chris Huber remains responsible for every line.

@homeboy-ci

homeboy-ci Bot commented Aug 8, 2026

Copy link
Copy Markdown
Contributor

Homeboy Results — homeboy

Lint

review lint — passed

ℹ️ Full options: homeboy self docs commands/lint
ℹ️ Save lint baseline: homeboy review lint homeboy --baseline
Deep dive: homeboy review lint homeboy --changed-since 9d0dd2a

Artifacts and drill-down
  • CI results artifact: homeboy-ci-results-homeboy-review-lint-homeboy-fast-Linux contains immediate command JSON for this action invocation.
  • Observation artifact: homeboy-observations-homeboy-review-lint-homeboy-fast-Linux contains exported Homeboy run history for deeper queries.
  • Drill-down: download the observation artifact, then run homeboy runs import <dir>, homeboy runs list, and homeboy runs findings <run-id>.
  • Artifacts are attached to the workflow run: https://github.com/Extra-Chill/homeboy/actions/runs/31249039257

Audit

⚠️ review audit — no measurement

Deep dive: homeboy review audit homeboy --changed-since 9d0dd2a

Artifacts and drill-down
  • CI results artifact: homeboy-ci-results-homeboy-review-audit-homeboy-fast-Linux contains immediate command JSON for this action invocation.
  • Observation artifact: homeboy-observations-homeboy-review-audit-homeboy-fast-Linux contains exported Homeboy run history for deeper queries.
  • Drill-down: download the observation artifact, then run homeboy runs import <dir>, homeboy runs list, and homeboy runs findings <run-id>.
  • Artifacts are attached to the workflow run: https://github.com/Extra-Chill/homeboy/actions/runs/31249039257
Tooling versions
  • Homeboy CLI: homeboy 0.334.0+137320c5842f-dirty
  • Extension: rust from https://github.com/Extra-Chill/homeboy-extensions
  • Extension revision: 14fe68af
  • Action: unknown@unknown

AI assistance: OpenAI GPT-5.6 Sol via OpenCode retained canonical test constructors while integrating the current main test surface. Chris Huber remains responsible for every line.
@chubes4
chubes4 merged commit c4530d7 into main Aug 8, 2026
3 of 9 checks passed
@chubes4
chubes4 deleted the fix/11948-canonical-cli-test-fixtures branch August 8, 2026 12:26
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Centralize LintArgs and TestArgs test fixtures

1 participant