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
145dff85
Kaydet (Commit)
145dff85
authored
Şub 01, 2014
tarafından
Yury Selivanov
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
inspect.tests: Fix tests to work on python built with '--without-doc-strings' #20471
üst
8c561b52
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
0 deletions
+3
-0
test_inspect.py
Lib/test/test_inspect.py
+3
-0
No files found.
Lib/test/test_inspect.py
Dosyayı görüntüle @
145dff85
...
@@ -2193,6 +2193,9 @@ class TestSignatureObject(unittest.TestCase):
...
@@ -2193,6 +2193,9 @@ class TestSignatureObject(unittest.TestCase):
(
'bar'
,
2
,
...
,
"keyword_only"
)),
(
'bar'
,
2
,
...
,
"keyword_only"
)),
...
))
...
))
@unittest.skipIf
(
MISSING_C_DOCSTRINGS
,
"Signature information for builtins requires docstrings"
)
def
test_signature_on_class_without_init
(
self
):
# Test classes without user-defined __init__ or __new__
# Test classes without user-defined __init__ or __new__
class
C
:
pass
class
C
:
pass
self
.
assertEqual
(
str
(
inspect
.
signature
(
C
)),
'()'
)
self
.
assertEqual
(
str
(
inspect
.
signature
(
C
)),
'()'
)
...
...
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