Open
Description
Bug report
In the test file Lib/test/test_set.py
, the only path to trigger set.__rsub__
is TestOnlySetsInBinaryOps::test_difference
.
But this test only tests __rsub__
raises TypeError
when its value is invalid.
It doesn't test if the result of __rsub__
is actually valid or not.
Your environment
N/A