Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
C
cpython
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Kirill Smelkov
cpython
Commits
c5a6a307
Commit
c5a6a307
authored
Aug 31, 2007
by
Barry Warsaw
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Restore test_email for a1. It passes completely.
parent
5deb2101
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
15 additions
and
2 deletions
+15
-2
Lib/email/test/test_email.py
Lib/email/test/test_email.py
+2
-2
Lib/test/test_email.py
Lib/test/test_email.py
+13
-0
No files found.
Lib/email/test/test_email.py
View file @
c5a6a307
...
...
@@ -851,10 +851,10 @@ iVBORw0KGgoAAAANSUhEUgAAADAAAAAwBAMAAAClLOS0AAAAGFBMVEUAAAAkHiJeRUIcGBi9
# XXX This splitting is all wrong. It the first value line should be
# snug against the field name.
eq
(
msg
.
as_string
(
maxheaderlen
=
78
),
"""
\
Face-1:
Face-1:
\
x20
\
t
iVBORw0KGgoAAAANSUhEUgAAADAAAAAwBAMAAAClLOS0AAAAGFBMVEUAAAAkHiJeRUIcGBi9
locQDQ4zJykFBAXJfWDjAAACYUlEQVR4nF2TQY/jIAyFc6lydlG5x8Nyp1Y69wj1PN2I5gzp
Face-2:
Face-2:
\
x20
iVBORw0KGgoAAAANSUhEUgAAADAAAAAwBAMAAAClLOS0AAAAGFBMVEUAAAAkHiJeRUIcGBi9
locQDQ4zJykFBAXJfWDjAAACYUlEQVR4nF2TQY/jIAyFc6lydlG5x8Nyp1Y69wj1PN2I5gzp
...
...
Lib/test/test_email.py
0 → 100644
View file @
c5a6a307
# Copyright (C) 2001-2007 Python Software Foundation
# email package unit tests
import
unittest
# The specific tests now live in Lib/email/test
from
email.test.test_email
import
suite
from
test
import
test_support
def
test_main
():
test_support
.
run_unittest
(
suite
())
if
__name__
==
'__main__'
:
test_main
()
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment