mirror of
https://github.com/python/cpython.git
synced 2025-08-03 16:39:00 +00:00
bpo-46198: rename duplicate tests and remove unused code (GH-30297)
This commit is contained in:
parent
f537b2a4fb
commit
6c83c8e6b5
10 changed files with 8 additions and 15 deletions
|
@ -1455,7 +1455,7 @@ class DictTest(unittest.TestCase):
|
|||
self.assertTrue(gc.is_tracked(next(it)))
|
||||
|
||||
@support.cpython_only
|
||||
def test_dict_items_result_gc(self):
|
||||
def test_dict_items_result_gc_reversed(self):
|
||||
# Same as test_dict_items_result_gc above, but reversed.
|
||||
it = reversed({None: []}.items())
|
||||
gc.collect()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue