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
b73ac548
Kaydet (Commit)
b73ac548
authored
Mar 16, 2013
tarafından
Terry Jan Reedy
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Sade Fark
Issue # 10652: make tcl/tk tests run after __all__ test, patch by Zachary Ware.
üst
8093d6f8
743c85a3
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
15 additions
and
0 deletions
+15
-0
test_tcl.py
Lib/test/test_tcl.py
+3
-0
test_tk.py
Lib/test/test_tk.py
+3
-0
test_ttk_guionly.py
Lib/test/test_ttk_guionly.py
+3
-0
test_ttk_textonly.py
Lib/test/test_ttk_textonly.py
+3
-0
NEWS
Misc/NEWS
+3
-0
No files found.
Lib/test/test_tcl.py
Dosyayı görüntüle @
b73ac548
...
@@ -8,6 +8,9 @@ from test import support
...
@@ -8,6 +8,9 @@ from test import support
# Skip this test if the _tkinter module wasn't built.
# Skip this test if the _tkinter module wasn't built.
_tkinter
=
support
.
import_module
(
'_tkinter'
)
_tkinter
=
support
.
import_module
(
'_tkinter'
)
# Make sure tkinter._fix runs to set up the environment
support
.
import_fresh_module
(
'tkinter'
)
from
tkinter
import
Tcl
from
tkinter
import
Tcl
from
_tkinter
import
TclError
from
_tkinter
import
TclError
...
...
Lib/test/test_tk.py
Dosyayı görüntüle @
b73ac548
...
@@ -2,6 +2,9 @@ from test import support
...
@@ -2,6 +2,9 @@ from test import support
# Skip test if _tkinter wasn't built.
# Skip test if _tkinter wasn't built.
support
.
import_module
(
'_tkinter'
)
support
.
import_module
(
'_tkinter'
)
# Make sure tkinter._fix runs to set up the environment
support
.
import_fresh_module
(
'tkinter'
)
# Skip test if tk cannot be initialized.
# Skip test if tk cannot be initialized.
from
tkinter.test.support
import
check_tk_availability
from
tkinter.test.support
import
check_tk_availability
check_tk_availability
()
check_tk_availability
()
...
...
Lib/test/test_ttk_guionly.py
Dosyayı görüntüle @
b73ac548
...
@@ -5,6 +5,9 @@ from test import support
...
@@ -5,6 +5,9 @@ from test import support
# Skip this test if _tkinter wasn't built.
# Skip this test if _tkinter wasn't built.
support
.
import_module
(
'_tkinter'
)
support
.
import_module
(
'_tkinter'
)
# Make sure tkinter._fix runs to set up the environment
support
.
import_fresh_module
(
'tkinter'
)
# Skip test if tk cannot be initialized.
# Skip test if tk cannot be initialized.
from
tkinter.test.support
import
check_tk_availability
from
tkinter.test.support
import
check_tk_availability
check_tk_availability
()
check_tk_availability
()
...
...
Lib/test/test_ttk_textonly.py
Dosyayı görüntüle @
b73ac548
...
@@ -4,6 +4,9 @@ from test import support
...
@@ -4,6 +4,9 @@ from test import support
# Skip this test if _tkinter does not exist.
# Skip this test if _tkinter does not exist.
support
.
import_module
(
'_tkinter'
)
support
.
import_module
(
'_tkinter'
)
# Make sure tkinter._fix runs to set up the environment
support
.
import_fresh_module
(
'tkinter'
)
from
tkinter.test
import
runtktests
from
tkinter.test
import
runtktests
def
test_main
():
def
test_main
():
...
...
Misc/NEWS
Dosyayı görüntüle @
b73ac548
...
@@ -654,6 +654,9 @@ Library
...
@@ -654,6 +654,9 @@ Library
Tests
Tests
-----
-----
- Issue #10652: make tcl/tk tests run after __all__ test, patch by
Zachary Ware.
- Issue #11963: remove human verification from test_parser and test_subprocess.
- Issue #11963: remove human verification from test_parser and test_subprocess.
- Issue #11732: add a new suppress_crash_popup() context manager to test.support
- Issue #11732: add a new suppress_crash_popup() context manager to test.support
...
...
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