mirror of
https://github.com/python/cpython.git
synced 2025-07-31 07:04:42 +00:00
#7092 - Silence more py3k deprecation warnings, using test_support.check_py3k_warnings() helper.
This commit is contained in:
parent
8cb253f8d6
commit
0762788081
38 changed files with 287 additions and 181 deletions
|
@ -1345,6 +1345,10 @@ class TestOnlySetsOperator(TestOnlySetsInBinaryOps):
|
|||
self.other = operator.add
|
||||
self.otherIsIterable = False
|
||||
|
||||
def test_ge_gt_le_lt(self):
|
||||
with test_support.check_py3k_warnings():
|
||||
super(TestOnlySetsOperator, self).test_ge_gt_le_lt()
|
||||
|
||||
#------------------------------------------------------------------------------
|
||||
|
||||
class TestOnlySetsTuple(TestOnlySetsInBinaryOps):
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue