Skip to content

Commit 78ceefb

Browse files
committed
Set maxDiff to None to see failure reason
1 parent 29e2a03 commit 78ceefb

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Lib/test/test_ordered_dict.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,8 @@ def replaced_module(name, replacement):
3131

3232
class OrderedDictTests:
3333

34+
maxDiff = None
35+
3436
def test_init(self):
3537
OrderedDict = self.OrderedDict
3638
with self.assertRaises(TypeError):

0 commit comments

Comments
 (0)