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
85edadb8
Kaydet (Commit)
85edadb8
authored
Tem 25, 2010
tarafından
Alexander Belopolsky
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Reverted r83143: svnmerge failed to add new names
üst
6161077c
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
2 additions
and
2 deletions
+2
-2
test_profilehooks.py
Lib/test/test_profilehooks.py
+0
-0
test_sys.py
Lib/test/test_sys.py
+2
-2
test_trace.py
Lib/test/test_trace.py
+0
-0
No files found.
Lib/test/test_profilehooks.py
0 → 100644
Dosyayı görüntüle @
85edadb8
This diff is collapsed.
Click to expand it.
Lib/test/test_sys.py
Dosyayı görüntüle @
85edadb8
...
@@ -164,8 +164,8 @@ class SysModuleTest(unittest.TestCase):
...
@@ -164,8 +164,8 @@ class SysModuleTest(unittest.TestCase):
# can't check more than the type, as the user might have changed it
# can't check more than the type, as the user might have changed it
self
.
assertTrue
(
isinstance
(
sys
.
getdefaultencoding
(),
str
))
self
.
assertTrue
(
isinstance
(
sys
.
getdefaultencoding
(),
str
))
# testing sys.settrace() is done in test_
sys_set
trace.py
# testing sys.settrace() is done in test_trace.py
# testing sys.setprofile() is done in test_
sys_set
profile.py
# testing sys.setprofile() is done in test_profile.py
def
test_setcheckinterval
(
self
):
def
test_setcheckinterval
(
self
):
self
.
assertRaises
(
TypeError
,
sys
.
setcheckinterval
)
self
.
assertRaises
(
TypeError
,
sys
.
setcheckinterval
)
...
...
Lib/test/test_trace.py
0 → 100644
Dosyayı görüntüle @
85edadb8
This diff is collapsed.
Click to expand it.
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