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
509dab9e
Kaydet (Commit)
509dab9e
authored
Tem 02, 2014
tarafından
Zachary Ware
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Sade Fark
Issue #18258: Fix test discovery for test_codecmaps_*.
üst
062bc1de
d9de794c
Hide whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
6 additions
and
22 deletions
+6
-22
multibytecodec_support.py
Lib/test/multibytecodec_support.py
+1
-2
test_codecmaps_cn.py
Lib/test/test_codecmaps_cn.py
+1
-4
test_codecmaps_hk.py
Lib/test/test_codecmaps_hk.py
+1
-4
test_codecmaps_jp.py
Lib/test/test_codecmaps_jp.py
+1
-4
test_codecmaps_kr.py
Lib/test/test_codecmaps_kr.py
+1
-4
test_codecmaps_tw.py
Lib/test/test_codecmaps_tw.py
+1
-4
No files found.
Lib/test/multibytecodec_support.py
Dosyayı görüntüle @
509dab9e
...
...
@@ -277,8 +277,7 @@ class TestBase_Mapping(unittest.TestCase):
supmaps
=
[]
codectests
=
[]
def
__init__
(
self
,
*
args
,
**
kw
):
unittest
.
TestCase
.
__init__
(
self
,
*
args
,
**
kw
)
def
setUp
(
self
):
try
:
self
.
open_mapping_file
()
.
close
()
# test it to report the error early
except
(
OSError
,
HTTPException
):
...
...
Lib/test/test_codecmaps_cn.py
Dosyayı görüntüle @
509dab9e
...
...
@@ -25,8 +25,5 @@ class TestGB18030Map(multibytecodec_support.TestBase_Mapping,
'trunk/charset/data/xml/gb-18030-2000.xml'
def
test_main
():
support
.
run_unittest
(
__name__
)
if
__name__
==
"__main__"
:
test_
main
()
unittest
.
main
()
Lib/test/test_codecmaps_hk.py
Dosyayı görüntüle @
509dab9e
...
...
@@ -12,8 +12,5 @@ class TestBig5HKSCSMap(multibytecodec_support.TestBase_Mapping,
encoding
=
'big5hkscs'
mapfileurl
=
'http://people.freebsd.org/~perky/i18n/BIG5HKSCS-2004.TXT'
def
test_main
():
support
.
run_unittest
(
__name__
)
if
__name__
==
"__main__"
:
test_
main
()
unittest
.
main
()
Lib/test/test_codecmaps_jp.py
Dosyayı görüntüle @
509dab9e
...
...
@@ -59,8 +59,5 @@ class TestSJISX0213Map(multibytecodec_support.TestBase_Mapping,
mapfileurl
=
'http://people.freebsd.org/~perky/i18n/SHIFT_JISX0213.TXT'
def
test_main
():
support
.
run_unittest
(
__name__
)
if
__name__
==
"__main__"
:
test_
main
()
unittest
.
main
()
Lib/test/test_codecmaps_kr.py
Dosyayı görüntüle @
509dab9e
...
...
@@ -36,8 +36,5 @@ class TestJOHABMap(multibytecodec_support.TestBase_Mapping,
pass_enctest
=
[(
b
'
\\
'
,
'
\u20a9
'
)]
pass_dectest
=
[(
b
'
\\
'
,
'
\u20a9
'
)]
def
test_main
():
support
.
run_unittest
(
__name__
)
if
__name__
==
"__main__"
:
test_
main
()
unittest
.
main
()
Lib/test/test_codecmaps_tw.py
Dosyayı görüntüle @
509dab9e
...
...
@@ -26,8 +26,5 @@ class TestCP950Map(multibytecodec_support.TestBase_Mapping,
(
b
"
\xFF
xy"
,
"replace"
,
"
\ufffd
xy"
),
)
def
test_main
():
support
.
run_unittest
(
__name__
)
if
__name__
==
"__main__"
:
test_
main
()
unittest
.
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