Skip to content

refactor(pytest): integrate EIP report generation into spec_version_checker plugin #1719

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

richardgreg
Copy link
Contributor

@richardgreg richardgreg commented Jun 8, 2025

🗒️ Description

Move EIP version report generation from external script into the spec_version_checker pytest plugin to eliminate brittle regex parsing of console output and improve maintainability.

  • Add EIPVersionFailure dataclass to capture failure data directly
  • Implement generate_eip_report_markdown() function within plugin
  • Use pytest_sessionfinish hook to generate reports automatically

🔗 Related Issues

Fixes #1567

✅ Checklist

  • All: Set appropriate labels for the changes.
  • All: Added an entry to CHANGELOG.md.

…hecker plugin

Move EIP version report generation from external script into the
spec_version_checker pytest plugin to eliminate brittle regex parsing
of console output and improve maintainability.

- Add EIPVersionFailure dataclass to capture failure data directly
- Implement generate_eip_report_markdown() function within plugin
- Use pytest_sessionfinish hook to generate reports automatically
@richardgreg richardgreg force-pushed the refactor/integrate-eip-report-generation branch from d9b0a4d to 4a51152 Compare June 14, 2025 18:50
@richardgreg
Copy link
Contributor Author

@marioevz this looks ready to go 🙂

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.

refactor(pytest): move EIP report generation from standalone script to spec_version_checker pytest plugin
1 participant