mirror of
https://github.com/python/cpython.git
synced 2025-08-31 22:18:28 +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
|
@ -3708,7 +3708,7 @@ class TestVerify(unittest.TestCase):
|
|||
triple = 3
|
||||
value = 4
|
||||
|
||||
class TestHelpers(unittest.TestCase):
|
||||
class TestInternals(unittest.TestCase):
|
||||
|
||||
sunder_names = '_bad_', '_good_', '_what_ho_'
|
||||
dunder_names = '__mal__', '__bien__', '__que_que__'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue