Closed
Description
There are places where it is either not complete:
cpython/Lib/test/test_dictviews.py
Lines 338 to 340 in 49f6106
Not base classes are covered here. But, I guess it should be.
Or there are places where it is not tested at all:
cpython/Lib/test/test_collections.py
Lines 1866 to 1869 in 49f6106
I will go through places like this and cover ValuesView
.
Noticed while working on #98511