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
724f6a67
Commit
724f6a67
authored
Sep 09, 2016
by
Zachary Ware
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Rename test_pep####.py files
parent
a0154c0f
Changes
9
Hide whitespace changes
Inline
Side-by-side
Showing
9 changed files
with
6 additions
and
5 deletions
+6
-5
Lib/test/test_baseexception.py
Lib/test/test_baseexception.py
+0
-0
Lib/test/test_dict_version.py
Lib/test/test_dict_version.py
+0
-0
Lib/test/test_exception_hierarchy.py
Lib/test/test_exception_hierarchy.py
+0
-0
Lib/test/test_generator_stop.py
Lib/test/test_generator_stop.py
+0
-0
Lib/test/test_tokenize.py
Lib/test/test_tokenize.py
+6
-5
Lib/test/test_unicode_file_functions.py
Lib/test/test_unicode_file_functions.py
+0
-0
Lib/test/test_unicode_identifiers.py
Lib/test/test_unicode_identifiers.py
+0
-0
Lib/test/test_utf8source.py
Lib/test/test_utf8source.py
+0
-0
Lib/test/test_yield_from.py
Lib/test/test_yield_from.py
+0
-0
No files found.
Lib/test/test_
pep352
.py
→
Lib/test/test_
baseexception
.py
View file @
724f6a67
File moved
Lib/test/test_
pep509
.py
→
Lib/test/test_
dict_version
.py
View file @
724f6a67
File moved
Lib/test/test_
pep3151
.py
→
Lib/test/test_
exception_hierarchy
.py
View file @
724f6a67
File moved
Lib/test/test_
pep479
.py
→
Lib/test/test_
generator_stop
.py
View file @
724f6a67
File moved
Lib/test/test_tokenize.py
View file @
724f6a67
...
...
@@ -1529,12 +1529,13 @@ class TestRoundtrip(TestCase):
tempdir
=
os
.
path
.
dirname
(
fn
)
or
os
.
curdir
testfiles
=
glob
.
glob
(
os
.
path
.
join
(
tempdir
,
"test*.py"
))
# Tokenize is broken on test_pep3131.py because regular expressions are
# broken on the obscure unicode identifiers in it. *sigh*
# With roundtrip extended to test the 5-tuple mode of untokenize,
# 7 more testfiles fail. Remove them also until the failure is diagnosed.
# Tokenize is broken on test_unicode_identifiers.py because regular
# expressions are broken on the obscure unicode identifiers in it.
# *sigh* With roundtrip extended to test the 5-tuple mode of
# untokenize, 7 more testfiles fail. Remove them also until the
# failure is diagnosed.
testfiles
.
remove
(
os
.
path
.
join
(
tempdir
,
"test_
pep3131
.py"
))
testfiles
.
remove
(
os
.
path
.
join
(
tempdir
,
"test_
unicode_identifiers
.py"
))
for
f
in
(
'buffer'
,
'builtin'
,
'fileio'
,
'inspect'
,
'os'
,
'platform'
,
'sys'
):
testfiles
.
remove
(
os
.
path
.
join
(
tempdir
,
"test_%s.py"
)
%
f
)
...
...
Lib/test/test_
pep277
.py
→
Lib/test/test_
unicode_file_functions
.py
View file @
724f6a67
File moved
Lib/test/test_
pep3131
.py
→
Lib/test/test_
unicode_identifiers
.py
View file @
724f6a67
File moved
Lib/test/test_
pep3120
.py
→
Lib/test/test_
utf8source
.py
View file @
724f6a67
File moved
Lib/test/test_
pep380
.py
→
Lib/test/test_
yield_from
.py
View file @
724f6a67
File moved
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