bpo-36528: Remove duplicate tests#12689
Conversation
|
Hi, it has been 24 days since the last commit. If there‘s something i could do for this PR, i am glad to help. |
|
This might require some manual work to see if I didn't remove any test that was not a duplicate. Since there is beta cycle going on I would consider this to be a low priority and hope someone gets to it later. Thanks for looking into this though. |
|
Hi, i checked it manually and i made the note below when i was checking. 91 - 606 190 - 342 213 to 230 - 376 to 393 240 - 549 and i found a special test case: According to the comment in re_test.py(line 41), the 'xg1y' and 'xy' means: But i counld not figure out how it work with a 'xg1y' becasue the other test cases' 3th elements are just like 'found' or 'found+"-"+g1+"-"+g2'. I hope the work i do helps. |
Co-Authored-By: Makdon <makdon@makdon.me>
|
@MakDon Thank you for the review. I have added your suggestion to remove the comment since test was removed. |
|
Thanks @tirkarthi for the PR, and @benjaminp for merging it 🌮🎉.. I'm working now to backport this PR to: 3.8. |
105 tests that were duplicates were removed. cc : @MakDon
https://bugs.python.org/issue36528