Skip to content

Organize public runner tests by responsibility - #109

Merged
stef-k merged 2 commits into
mainfrom
feature/104-runner-test-ownership
Aug 26, 2026
Merged

Organize public runner tests by responsibility#109
stef-k merged 2 commits into
mainfrom
feature/104-runner-test-ownership

Conversation

@stef-k

@stef-k stef-k commented Aug 26, 2026

Copy link
Copy Markdown
Owner

Summary

  • move the 47 existing public-runner tests into six responsibility-named modules
  • preserve every class, scenario, assertion, and test identity exactly once
  • make each moved module work with package-qualified unittest invocation

Validation

  • six focused modules: 47 tests passed
  • full suite: 298 tests passed
  • exact identity and AST preservation verified
  • changed-file Code Guard: PASS
  • git diff check: PASS

Closes #104

@stef-k
stef-k merged commit 08323cd into main Aug 26, 2026
13 checks passed
@stef-k
stef-k deleted the feature/104-runner-test-ownership branch August 26, 2026 21:09
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.

Organize public runner tests by responsibility

1 participant