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
f4b27124
Commit
f4b27124
authored
Nov 12, 2008
by
Amaury Forgeot d'Arc
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Temporarily print some information in test_cmd_line,
to understand why the test fails on some platforms.
parent
9a5499b4
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
0 deletions
+2
-0
Lib/test/test_cmd_line.py
Lib/test/test_cmd_line.py
+2
-0
No files found.
Lib/test/test_cmd_line.py
View file @
f4b27124
...
@@ -136,6 +136,8 @@ class CmdLineTest(unittest.TestCase):
...
@@ -136,6 +136,8 @@ class CmdLineTest(unittest.TestCase):
0
)
0
)
# Test handling of non-ascii data
# Test handling of non-ascii data
if
test
.
support
.
verbose
:
print
(
"FileSystemEncoding:"
,
sys
.
getfilesystemencoding
())
command
=
"assert(ord('
\
xe9
') == 0xe9)"
command
=
"assert(ord('
\
xe9
') == 0xe9)"
self
.
assertEqual
(
self
.
assertEqual
(
self
.
exit_code
(
'-c'
,
command
),
self
.
exit_code
(
'-c'
,
command
),
...
...
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