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
a6bcefca
Kaydet (Commit)
a6bcefca
authored
Agu 01, 2007
tarafından
Guido van Rossum
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
When testing all stdlib modules, ignore test_pep263.py which is encoded
in KOI8-R.
üst
70d2b890
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
0 deletions
+3
-0
test_tokenize.py
Lib/test/test_tokenize.py
+3
-0
No files found.
Lib/test/test_tokenize.py
Dosyayı görüntüle @
a6bcefca
...
@@ -34,6 +34,7 @@ COMMENT '# NEWLINE' (3, 17) (3, 26)
...
@@ -34,6 +34,7 @@ COMMENT '# NEWLINE' (3, 17) (3, 26)
NEWLINE '
\\
n' (3, 26) (3, 27)
NEWLINE '
\\
n' (3, 26) (3, 27)
DEDENT '' (4, 0) (4, 0)
DEDENT '' (4, 0) (4, 0)
' # Emacs hint
There will be a bunch more tests of specific source patterns.
There will be a bunch more tests of specific source patterns.
...
@@ -184,6 +185,8 @@ def test_main():
...
@@ -184,6 +185,8 @@ def test_main():
testdir
=
os
.
path
.
dirname
(
f
)
or
os
.
curdir
testdir
=
os
.
path
.
dirname
(
f
)
or
os
.
curdir
testfiles
=
glob
.
glob
(
testdir
+
os
.
sep
+
'test*.py'
)
testfiles
=
glob
.
glob
(
testdir
+
os
.
sep
+
'test*.py'
)
# Exclude test_pep263 which is encoded in KOI8-R
testfiles
=
[
t
for
t
in
testfiles
if
not
t
.
endswith
(
"pep263.py"
)]
if
not
is_resource_enabled
(
'compiler'
):
if
not
is_resource_enabled
(
'compiler'
):
testfiles
=
random
.
sample
(
testfiles
,
10
)
testfiles
=
random
.
sample
(
testfiles
,
10
)
...
...
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