mirror of
https://github.com/python/cpython.git
synced 2025-08-04 00:48:58 +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
|
@ -395,7 +395,7 @@ class TestParser(TestParserMixin, TestEmailBase):
|
|||
[errors.InvalidHeaderDefect],
|
||||
'')
|
||||
|
||||
def test_get_unstructured_invalid_ew(self):
|
||||
def test_get_unstructured_invalid_ew2(self):
|
||||
self._test_get_x(self._get_unst,
|
||||
'=?utf-8?q?=somevalue?=',
|
||||
'=?utf-8?q?=somevalue?=',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue