Skip to content

[codex] Add hermetic Base integration tests#295

Merged
codeforester merged 1 commit into
masterfrom
ci/294-20260529-add-hermetic-integration-tests
May 30, 2026
Merged

[codex] Add hermetic Base integration tests#295
codeforester merged 1 commit into
masterfrom
ci/294-20260529-add-hermetic-integration-tests

Conversation

@codeforester
Copy link
Copy Markdown
Owner

Summary

  • Add a hermetic BATS integration suite that copies Base into a temporary workspace and runs real basectl launchers against fake project repos.
  • Cover workspace discovery, setup/check/doctor, structured project JSON, basectl test delegation, profile dry-run behavior, and a Homebrew-style Base home with explicit workspace override.
  • Add an integration job to the GitHub Actions test workflow and include the suite in bin/base-test.
  • Document Base test layers and when to add integration coverage.

Validation

  • BASE_INTEGRATION_PYTHON="$HOME/.base.d/base/.venv/bin/python" bats tests/integration/base_workflows.bats
  • ./bin/base-test
  • git diff --check

Fixes #294

@codeforester codeforester marked this pull request as ready for review May 30, 2026 17:26
@codeforester codeforester merged commit 7494993 into master May 30, 2026
16 checks passed
@codeforester codeforester deleted the ci/294-20260529-add-hermetic-integration-tests branch May 30, 2026 17: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.

Add hermetic integration tests for Base workflows

1 participant