Skip to content

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

@danceratopz Does this solve your issue? 🙂

@danceratopz danceratopz self-requested a review July 6, 2025 04:43
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