Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 93613ec

Browse filesBrowse files
authored
Merge pull request #4810 from Masorubka1/test_dictviews
Update test_dictviews.py from Cpython v3.11.2
2 parents 5089cb0 + f798d2d commit 93613ec
Copy full SHA for 93613ec

File tree

1 file changed

+3
-0
lines changed
Filter options

1 file changed

+3
-0
lines changed

‎Lib/test/test_dictviews.py

Copy file name to clipboardExpand all lines: Lib/test/test_dictviews.py
+3Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -322,6 +322,9 @@ def test_abc_registry(self):
322322
self.assertIsInstance(d.values(), collections.abc.ValuesView)
323323
self.assertIsInstance(d.values(), collections.abc.MappingView)
324324
self.assertIsInstance(d.values(), collections.abc.Sized)
325+
self.assertIsInstance(d.values(), collections.abc.Collection)
326+
self.assertIsInstance(d.values(), collections.abc.Iterable)
327+
self.assertIsInstance(d.values(), collections.abc.Container)
325328

326329
self.assertIsInstance(d.items(), collections.abc.ItemsView)
327330
self.assertIsInstance(d.items(), collections.abc.MappingView)

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.