Skip to content

api: define testing module public exports - #111

Merged
codeforester merged 1 commit into
mainfrom
enhancement/106-20260805-testing-all
Aug 6, 2026
Merged

api: define testing module public exports#111
codeforester merged 1 commit into
mainfrom
enhancement/106-20260805-testing-all

Conversation

@codeforester

@codeforester codeforester commented Aug 5, 2026

Copy link
Copy Markdown
Contributor

Summary

Declare the testing module public surface explicitly with __all__ = ["invoke"] and lock it with the public API contract test.

Issue

Closes #106

Validation

  • pytest -q tests/test_public_api.py
  • ./tests/validate.sh
  • ruff check lib/python/base_cli/testing.py tests/test_public_api.py

Checklist

  • Branch name follows the issue-backed naming convention.
  • Pull request is scoped to one issue.
  • Relevant checks pass.

@codeforester
codeforester merged commit 01797a4 into main Aug 6, 2026
51 checks passed
@codeforester
codeforester deleted the enhancement/106-20260805-testing-all branch August 6, 2026 00:02
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.

testing.py lacks __all__ — internal _RunAppInvocation is implicitly accessible

1 participant