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
5bf25168
Commit
5bf25168
authored
Aug 03, 2004
by
Michael W. Hudson
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
More "noone expected this to run twice"ness removal.
parent
fe27ff89
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
Lib/test/test_multifile.py
Lib/test/test_multifile.py
+3
-3
No files found.
Lib/test/test_multifile.py
View file @
5bf25168
...
...
@@ -36,9 +36,6 @@ Attached Content.
"""
boundaries
=
0
linecount
=
0
def
getMIMEMsg
(
mf
):
global
boundaries
,
linecount
msg
=
mimetools
.
Message
(
mf
)
...
...
@@ -57,6 +54,9 @@ def getMIMEMsg(mf):
linecount
+=
len
(
lines
)
def
test_main
():
global
boundaries
,
linecount
boundaries
=
0
linecount
=
0
f
=
cStringIO
.
StringIO
(
msg
)
getMIMEMsg
(
multifile
.
MultiFile
(
f
))
assert
boundaries
==
2
...
...
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