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
b63a450c
Commit
b63a450c
authored
Jan 12, 2012
by
Antoine Pitrou
Browse files
Options
Browse Files
Download
Plain Diff
test_strlit was never run
parents
821e4cfd
bbf53614
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
3 deletions
+5
-3
Lib/test/test_strlit.py
Lib/test/test_strlit.py
+5
-3
No files found.
Lib/test/test_strlit.py
View file @
b63a450c
...
...
@@ -32,6 +32,7 @@ import sys
import
shutil
import
tempfile
import
unittest
import
test.support
TEMPLATE
=
r"""# coding: %s
...
...
@@ -142,7 +143,8 @@ class TestLiterals(unittest.TestCase):
self
.
check_encoding
(
"latin9"
)
def
test_main
():
test
.
support
.
run_unittest
(
__name__
)
if
__name__
==
"__main__"
:
# Hack so that error messages containing non-ASCII can be printed
sys
.
stdout
.
_encoding
=
sys
.
stderr
.
_encoding
=
"utf-8"
unittest
.
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