Skip to content

[RFC] automate add/remove of skip decolator in cpython unit tests #1828

Open
@andrew-ld

Description

@andrew-ld

Summary

for now rustpython developers manually edit the unit tests of cpython
adding unittest.skip on tests that fail, this is very boring and every time they
implement new features is necessary to manually
see all the unit tests for see if someone no longer fails

Detailed Explanation

possibile solutions:

  1. (partial) monkey patch unittest.skip and notify when test no longer fail

  2. reinsert the original unit test files and run the tests in wrapper that automatically modify the unit test removing the unittest.skip when not longer fail (? and write a github bot that automatically create a pr when in a commit a unit test not longer fail)

Metadata

Metadata

Assignees

No one assigned

    Labels

    RFCRequest for comments

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions