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
4c0b7070
Kaydet (Commit)
4c0b7070
authored
Eyl 19, 2011
tarafından
Éric Araujo
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Squash last tempdir leak in packaging tests.
Sweet taste of victory! Alexis, you can fix the threads leaks :)
üst
a372de84
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
0 deletions
+2
-0
test_pypi_dist.py
Lib/packaging/tests/test_pypi_dist.py
+2
-0
No files found.
Lib/packaging/tests/test_pypi_dist.py
Dosyayı görüntüle @
4c0b7070
"""Tests for the packaging.pypi.dist module."""
import
os
import
shutil
from
packaging.version
import
VersionPredicate
from
packaging.pypi.dist
import
(
ReleaseInfo
,
ReleasesList
,
DistInfo
,
split_archive_name
,
get_infos_from_url
)
...
...
@@ -185,6 +186,7 @@ class TestDistInfo(TempdirManager, unittest.TestCase):
dist2
=
Dist
(
url
=
url
)
# doing an unpack
dist2_there
=
dist2
.
unpack
()
self
.
addCleanup
(
shutil
.
rmtree
,
dist2_there
)
dist2_result
=
os
.
listdir
(
dist2_there
)
self
.
assertIn
(
'paf'
,
dist2_result
)
os
.
remove
(
os
.
path
.
join
(
dist2_there
,
'paf'
))
...
...
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