Open
Description
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:
-
(partial) monkey patch unittest.skip and notify when test no longer fail
-
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)