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
3b10dc35
Kaydet (Commit)
3b10dc35
authored
Ara 02, 2002
tarafından
Guido van Rossum
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Require 'largefile' resource for Mac OSX as well.
üst
bb484652
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
5 deletions
+5
-5
test_largefile.py
Lib/test/test_largefile.py
+5
-5
No files found.
Lib/test/test_largefile.py
Dosyayı görüntüle @
3b10dc35
...
...
@@ -23,11 +23,11 @@ size = 2500000000L
name
=
test_support
.
TESTFN
# On Windows
this test comsumes large resources; It takes a long time to build
#
the >2GB file and takes >2GB of disk space therefore the resource must b
e
#
enabled to run this test. If not, nothing after this line stanza will be
# executed.
if
sys
.
platform
[:
3
]
==
'win'
:
# On Windows
and Mac OSX this test comsumes large resources; It takes
#
a long time to build the >2GB file and takes >2GB of disk spac
e
#
therefore the resource must be enabled to run this test. If not,
#
nothing after this line stanza will be
executed.
if
sys
.
platform
[:
3
]
==
'win'
or
sys
.
platform
==
'darwin'
:
test_support
.
requires
(
'largefile'
,
'test requires
%
s bytes and a long time to run'
%
str
(
size
))
...
...
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