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
4bd31292
Kaydet (Commit)
4bd31292
authored
Tem 30, 2013
tarafından
Terry Jan Reedy
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Make all idle test case names end with 'Test'.
üst
fdfb0050
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
test_calltips.py
Lib/idlelib/idle_test/test_calltips.py
+1
-1
test_config_name.py
Lib/idlelib/idle_test/test_config_name.py
+1
-1
No files found.
Lib/idlelib/idle_test/test_calltips.py
Dosyayı görüntüle @
4bd31292
import
unittest
import
idlelib.CallTips
as
ct
class
Test_get_entity
(
unittest
.
TestCase
):
class
Get_entityTest
(
unittest
.
TestCase
):
def
test_bad_entity
(
self
):
self
.
assertIsNone
(
ct
.
get_entity
(
'1/0'
))
def
test_good_entity
(
self
):
...
...
Lib/idlelib/idle_test/test_config_name.py
Dosyayı görüntüle @
4bd31292
...
...
@@ -22,7 +22,7 @@ class Dummy_name_dialog:
orig_mbox
=
name_dialog_module
.
tkMessageBox
showerror
=
Mbox
.
showerror
class
TestConfigName
(
unittest
.
TestCase
):
class
ConfigNameTest
(
unittest
.
TestCase
):
dialog
=
Dummy_name_dialog
()
@classmethod
...
...
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