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
ff18b800
Kaydet (Commit)
ff18b800
authored
Agu 21, 2000
tarafından
Guido van Rossum
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Don't reference a module named test.test_support. Always use plain
test_support. Also fixed the expected output.
üst
79ca79d1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
1 addition
and
7 deletions
+1
-7
test_getopt
Lib/test/output/test_getopt
+0
-6
test_getopt.py
Lib/test/test_getopt.py
+1
-1
No files found.
Lib/test/output/test_getopt
Dosyayı görüntüle @
ff18b800
test_getopt
Running tests on getopt.short_has_arg
Running tests on getopt.long_has_args
Running tests on getopt.do_shorts
Running tests on getopt.do_longs
Running tests on getopt.getopt
Module getopt: tests completed successfully.
Lib/test/test_getopt.py
Dosyayı görüntüle @
ff18b800
...
...
@@ -3,7 +3,7 @@
import
getopt
from
getopt
import
GetoptError
from
test
.test
_support
import
verbose
from
test_support
import
verbose
def
expectException
(
teststr
,
expected
,
failure
=
AssertionError
):
"""Executes a statement passed in teststr, and raises an exception
...
...
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