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
2f253e8e
Kaydet (Commit)
2f253e8e
authored
Tem 29, 2013
tarafından
Nick Coghlan
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Attempt to fix #15415 on Windows
üst
015b4535
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
5 deletions
+5
-5
test_startfile.py
Lib/test/test_startfile.py
+5
-5
No files found.
Lib/test/test_startfile.py
Dosyayı görüntüle @
2f253e8e
...
...
@@ -21,12 +21,12 @@ class TestCase(unittest.TestCase):
self
.
assertRaises
(
OSError
,
startfile
,
"nonexisting.vbs"
)
def
test_empty
(
self
):
# Switch to an existing, but safe, working directory to let the
# cleanup code do its thing without permission errors.
with
support
.
temp_cwd
(
path
=
path
.
dirname
(
sys
.
executable
)):
empty
=
path
.
join
(
path
.
dirname
(
__file__
),
"empty.vbs"
)
# startfile is a little odd when it comes to handling absolute
# paths, so we briefly switch to the main test directory
# and use a relative path
with
support
.
change_cwd
(
support
.
TEST_HOME
):
empty
=
"empty.vbs"
startfile
(
empty
)
startfile
(
empty
,
"open"
)
def
test_main
():
support
.
run_unittest
(
TestCase
)
...
...
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