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
07de165d
Kaydet (Commit)
07de165d
authored
Tem 25, 2010
tarafından
Alexander Belopolsky
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Corrected comments on where settrace and setprofile are tested.
üst
13c47538
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
test_sys.py
Lib/test/test_sys.py
+2
-2
No files found.
Lib/test/test_sys.py
Dosyayı görüntüle @
07de165d
...
@@ -179,8 +179,8 @@ class SysModuleTest(unittest.TestCase):
...
@@ -179,8 +179,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
.
assertIsInstance
(
sys
.
getdefaultencoding
(),
str
)
self
.
assertIsInstance
(
sys
.
getdefaultencoding
(),
str
)
# testing sys.settrace() is done in test_trace.py
# testing sys.settrace() is done in test_
sys_set
trace.py
# testing sys.setprofile() is done in test_profile.py
# testing sys.setprofile() is done in test_
sys_set
profile.py
def
test_setcheckinterval
(
self
):
def
test_setcheckinterval
(
self
):
with
warnings
.
catch_warnings
():
with
warnings
.
catch_warnings
():
...
...
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