Skip to content

refactor(pytest): move EIP report generation from standalone script to spec_version_checker pytest plugin #1567

Open
@danceratopz

Description

@danceratopz

The script .github/scripts/generate_eip_report.py introduced in #1537 parses the pytest console output from check_eip_versions and generates a markdown report that can be included in a github issue. This is a brittle approach; a better way would be to simply write the report from the spec_version_checker pytest plugin itself. Then the code is in the same place and can be more easily tested.

Metadata

Metadata

Assignees

No one assigned

    Labels

    scope:pytestScope: Changes EEST's pytest pluginstype:refactorType: Refactor

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions