Skip to content

Commit 9d4f18e

Browse files
committed
Test frozendict
1 parent c87a2d0 commit 9d4f18e

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

Lib/test/test_types.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1479,6 +1479,9 @@ def __eq__(self, other):
14791479
def test_richcompare_odict(self):
14801480
self.check_richcompare(OrderedDict)
14811481

1482+
def test_richcompare_frozendict(self):
1483+
self.check_richcompare(frozendict)
1484+
14821485
def test_richcompare_evil(self):
14831486
# https://github.com/python/cpython/issues/152405
14841487
key = "__mappingproxy_crash_key__"

0 commit comments

Comments
 (0)