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
3da9fbbe
Kaydet (Commit)
3da9fbbe
authored
Mar 30, 2014
tarafından
Martin v. Löwis
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Add test case for freeze.
üst
c00d39e9
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
15 additions
and
0 deletions
+15
-0
NEWS
Misc/NEWS
+2
-0
Makefile
Tools/freeze/test/Makefile
+11
-0
ok.py
Tools/freeze/test/ok.py
+2
-0
No files found.
Misc/NEWS
Dosyayı görüntüle @
3da9fbbe
...
@@ -120,6 +120,8 @@ Documentation
...
@@ -120,6 +120,8 @@ Documentation
Tests
Tests
-----
-----
- Add test case for freeze.
- Issue #20743: Fix a reference leak in test_tcl.
- Issue #20743: Fix a reference leak in test_tcl.
- Issue #21097: Move test_namespace_pkgs into test_importlib.
- Issue #21097: Move test_namespace_pkgs into test_importlib.
...
...
Tools/freeze/test/Makefile
0 → 100644
Dosyayı görüntüle @
3da9fbbe
# Makefile to test freeze
# set PYTHON to path of Python interpreter to test
PYTHON
=
python
# set OUTDIR to the temp directory for freeze
OUTDIR
=
outdir
test
:
$(PYTHON)
../freeze.py
-o
$(OUTDIR)
ok.py
make
-C
$(OUTDIR)
$(OUTDIR)
/ok
Tools/freeze/test/ok.py
0 → 100644
Dosyayı görüntüle @
3da9fbbe
import
sys
sys
.
exit
(
0
)
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