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
582583bc
Kaydet (Commit)
582583bc
authored
Agu 03, 2013
tarafından
Ned Deily
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Sade Fark
Issue #17046: merge from 3.3
üst
95db2e7b
e92dfbfe
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
1 deletion
+4
-1
test_subprocess.py
Lib/test/test_subprocess.py
+2
-1
NEWS
Misc/NEWS
+2
-0
No files found.
Lib/test/test_subprocess.py
Dosyayı görüntüle @
582583bc
...
@@ -416,7 +416,8 @@ class ProcessTestCase(BaseTestCase):
...
@@ -416,7 +416,8 @@ class ProcessTestCase(BaseTestCase):
def
test_executable_without_cwd
(
self
):
def
test_executable_without_cwd
(
self
):
# For a normal installation, it should work without 'cwd'
# For a normal installation, it should work without 'cwd'
# argument. For test runs in the build directory, see #7774.
# argument. For test runs in the build directory, see #7774.
self
.
_assert_cwd
(
''
,
"somethingyoudonthave"
,
executable
=
sys
.
executable
)
self
.
_assert_cwd
(
os
.
getcwd
(),
"somethingyoudonthave"
,
executable
=
sys
.
executable
)
def
test_stdin_pipe
(
self
):
def
test_stdin_pipe
(
self
):
# stdin redirection
# stdin redirection
...
...
Misc/NEWS
Dosyayı görüntüle @
582583bc
...
@@ -599,6 +599,8 @@ Library
...
@@ -599,6 +599,8 @@ Library
Tests
Tests
-----
-----
- Issue #17046: Fix broken test_executable_without_cwd in test_subprocess.
- Issue #15415: Add new temp_dir() and change_cwd() context managers to
- Issue #15415: Add new temp_dir() and change_cwd() context managers to
test.support, and refactor temp_cwd() to use them. Patch by Chris Jerdonek.
test.support, and refactor temp_cwd() to use them. Patch by Chris Jerdonek.
...
...
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