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
971e0690
Kaydet (Commit)
971e0690
authored
Agu 23, 2001
tarafından
Tim Peters
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Remove test_long's expected-output file.
üst
c266bb05
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
8 additions
and
9 deletions
+8
-9
test_long
Lib/test/output/test_long
+0
-5
test_long.py
Lib/test/test_long.py
+8
-4
No files found.
Lib/test/output/test_long
deleted
100644 → 0
Dosyayı görüntüle @
c266bb05
test_long
long / * % divmod
long bit-operation identities
long str/hex/oct/atol
long miscellaneous operations
Lib/test/test_long.py
Dosyayı görüntüle @
971e0690
...
...
@@ -88,7 +88,8 @@ def test_division_2(x, y):
check
(
y
<
r
<=
0
,
"bad mod from divmod on"
,
x
,
y
)
def
test_division
(
maxdigits
=
MAXDIGITS
):
print
"long / *
%
divmod"
if
verbose
:
print
"long / *
%
divmod"
digits
=
range
(
1
,
maxdigits
+
1
)
for
lenx
in
digits
:
x
=
getran
(
lenx
)
...
...
@@ -149,7 +150,8 @@ def test_bitop_identities_3(x, y, z):
"x | (y & z) != (x | y) & (x | z) for"
,
x
,
y
,
z
)
def
test_bitop_identities
(
maxdigits
=
MAXDIGITS
):
print
"long bit-operation identities"
if
verbose
:
print
"long bit-operation identities"
for
x
in
special
:
test_bitop_identities_1
(
x
)
digits
=
range
(
1
,
maxdigits
+
1
)
...
...
@@ -197,7 +199,8 @@ def test_format_1(x):
got
,
"but expected"
,
expected
,
"for"
,
x
)
def
test_format
(
maxdigits
=
MAXDIGITS
):
print
"long str/hex/oct/atol"
if
verbose
:
print
"long str/hex/oct/atol"
for
x
in
special
:
test_format_1
(
x
)
for
i
in
range
(
10
):
...
...
@@ -208,7 +211,8 @@ def test_format(maxdigits=MAXDIGITS):
# ----------------------------------------------------------------- misc
def
test_misc
(
maxdigits
=
MAXDIGITS
):
print
"long miscellaneous operations"
if
verbose
:
print
"long miscellaneous operations"
import
sys
# check the extremes in int<->long conversion
...
...
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