Skip to content
Projeler
Gruplar
Parçacıklar
Yardım
Yükleniyor...
Oturum aç / Kaydol
Gezinmeyi değiştir
C
cpython
Proje
Proje
Ayrıntılar
Etkinlik
Cycle Analytics
Depo (repository)
Depo (repository)
Dosyalar
Kayıtlar (commit)
Dallar (branch)
Etiketler
Katkıda bulunanlar
Grafik
Karşılaştır
Grafikler
Konular (issue)
0
Konular (issue)
0
Liste
Pano
Etiketler
Kilometre Taşları
Birleştirme (merge) Talepleri
0
Birleştirme (merge) Talepleri
0
CI / CD
CI / CD
İş akışları (pipeline)
İşler
Zamanlamalar
Grafikler
Paketler
Paketler
Wiki
Wiki
Parçacıklar
Parçacıklar
Üyeler
Üyeler
Collapse sidebar
Close sidebar
Etkinlik
Grafik
Grafikler
Yeni bir konu (issue) oluştur
İşler
Kayıtlar (commit)
Konu (issue) Panoları
Kenar çubuğunu aç
Batuhan Osman TASKAYA
cpython
Commits
724f6a67
Kaydet (Commit)
724f6a67
authored
Eyl 09, 2016
tarafından
Zachary Ware
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Rename test_pep####.py files
üst
a0154c0f
Hide whitespace changes
Inline
Side-by-side
Showing
9 changed files
with
6 additions
and
5 deletions
+6
-5
test_baseexception.py
Lib/test/test_baseexception.py
+0
-0
test_dict_version.py
Lib/test/test_dict_version.py
+0
-0
test_exception_hierarchy.py
Lib/test/test_exception_hierarchy.py
+0
-0
test_generator_stop.py
Lib/test/test_generator_stop.py
+0
-0
test_tokenize.py
Lib/test/test_tokenize.py
+6
-5
test_unicode_file_functions.py
Lib/test/test_unicode_file_functions.py
+0
-0
test_unicode_identifiers.py
Lib/test/test_unicode_identifiers.py
+0
-0
test_utf8source.py
Lib/test/test_utf8source.py
+0
-0
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
Dosyayı görüntüle @
724f6a67
File moved
Lib/test/test_
pep509
.py
→
Lib/test/test_
dict_version
.py
Dosyayı görüntüle @
724f6a67
File moved
Lib/test/test_
pep3151
.py
→
Lib/test/test_
exception_hierarchy
.py
Dosyayı görüntüle @
724f6a67
File moved
Lib/test/test_
pep479
.py
→
Lib/test/test_
generator_stop
.py
Dosyayı görüntüle @
724f6a67
File moved
Lib/test/test_tokenize.py
Dosyayı görüntüle @
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
Dosyayı görüntüle @
724f6a67
File moved
Lib/test/test_
pep3131
.py
→
Lib/test/test_
unicode_identifiers
.py
Dosyayı görüntüle @
724f6a67
File moved
Lib/test/test_
pep3120
.py
→
Lib/test/test_
utf8source
.py
Dosyayı görüntüle @
724f6a67
File moved
Lib/test/test_
pep380
.py
→
Lib/test/test_
yield_from
.py
Dosyayı görüntüle @
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