Skip to content

refactor(testing): open the fixture output file via Path.open#1164

Merged
tcoratger merged 1 commit into
leanEthereum:mainfrom
tcoratger:refactor-filler-path-open
Jun 18, 2026
Merged

refactor(testing): open the fixture output file via Path.open#1164
tcoratger merged 1 commit into
leanEthereum:mainfrom
tcoratger:refactor-filler-path-open

Conversation

@tcoratger

Copy link
Copy Markdown
Collaborator

Summary

write_fixtures used open(output_file, "w") where output_file is a Path; the rest of the plugin uses pathlib idioms. Switched to output_file.open("w"). Pure structural refactor. Found in the packages/testing audit (INFRA-09).

Lint: ruff check + ruff format clean.

output_file is a Path; use its open method for consistency with the rest of the plugin.

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
@tcoratger tcoratger merged commit c2a842d into leanEthereum:main Jun 18, 2026
14 checks passed
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.

1 participant