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
9ba8d6bf
Kaydet (Commit)
9ba8d6bf
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
aea6c115
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 @
9ba8d6bf
...
@@ -2,7 +2,7 @@ import unittest
...
@@ -2,7 +2,7 @@ import unittest
import
idlelib.CallTips
as
ct
import
idlelib.CallTips
as
ct
CTi
=
ct
.
CallTips
()
CTi
=
ct
.
CallTips
()
class
Test_get_entity
(
unittest
.
TestCase
):
class
Get_entityTest
(
unittest
.
TestCase
):
# In 3.x, get_entity changed from 'instance method' to module function
# In 3.x, get_entity changed from 'instance method' to module function
# since 'self' not used. Use dummy instance until change 2.7 also.
# since 'self' not used. Use dummy instance until change 2.7 also.
def
test_bad_entity
(
self
):
def
test_bad_entity
(
self
):
...
...
Lib/idlelib/idle_test/test_config_name.py
Dosyayı görüntüle @
9ba8d6bf
...
@@ -22,7 +22,7 @@ class Dummy_name_dialog(object):
...
@@ -22,7 +22,7 @@ class Dummy_name_dialog(object):
orig_mbox
=
name_dialog_module
.
tkMessageBox
orig_mbox
=
name_dialog_module
.
tkMessageBox
showerror
=
Mbox
.
showerror
showerror
=
Mbox
.
showerror
class
TestConfigName
(
unittest
.
TestCase
):
class
ConfigNameTest
(
unittest
.
TestCase
):
dialog
=
Dummy_name_dialog
()
dialog
=
Dummy_name_dialog
()
@classmethod
@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