mirror of
https://github.com/python/cpython.git
synced 2026-01-30 19:22:20 +00:00
#8474: fix duplicate test in test_email.
This commit is contained in:
parent
0a36181953
commit
23196a564b
1 changed files with 0 additions and 5 deletions
|
|
@ -552,11 +552,6 @@ def test_encode_empty_payload(self):
|
|||
msg.set_charset('us-ascii')
|
||||
eq(msg['content-transfer-encoding'], '7bit')
|
||||
|
||||
def test_default_cte(self):
|
||||
eq = self.assertEqual
|
||||
msg = MIMEText('hello world')
|
||||
eq(msg['content-transfer-encoding'], '7bit')
|
||||
|
||||
def test_default_cte(self):
|
||||
eq = self.assertEqual
|
||||
# With no explicit _charset its us-ascii, and all are 7-bit
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue