Skip to content

Commit 41c8e3a

Browse files
committed
Test
1 parent b7540f8 commit 41c8e3a

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

Lib/test/test_operator.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -132,6 +132,9 @@ def test_gt(self):
132132
self.assertFalse(operator.gt(1, 2))
133133
self.assertFalse(operator.gt(1, 2.0))
134134

135+
def test_a():
136+
return super().test_a()
137+
135138
def test_abs(self):
136139
operator = self.module
137140
self.assertRaises(TypeError, operator.abs)

0 commit comments

Comments
 (0)