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
7055064b
Kaydet (Commit)
7055064b
authored
May 09, 2011
tarafından
Ezio Melotti
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Fix deprecation warnings in test_unittest.
üst
87b86c84
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
4 deletions
+4
-4
test_result.py
Lib/unittest/test/test_result.py
+4
-4
No files found.
Lib/unittest/test/test_result.py
Dosyayı görüntüle @
7055064b
...
...
@@ -503,7 +503,7 @@ class TestOutputBuffering(unittest.TestCase):
class
Foo
(
unittest
.
TestCase
):
@classmethod
def
setUpClass
(
cls
):
1
/
0
1
/
/
0
def
test_foo
(
self
):
pass
suite
=
unittest
.
TestSuite
([
Foo
(
'test_foo'
)])
...
...
@@ -517,7 +517,7 @@ class TestOutputBuffering(unittest.TestCase):
class
Foo
(
unittest
.
TestCase
):
@classmethod
def
tearDownClass
(
cls
):
1
/
0
1
/
/
0
def
test_foo
(
self
):
pass
suite
=
unittest
.
TestSuite
([
Foo
(
'test_foo'
)])
...
...
@@ -534,7 +534,7 @@ class TestOutputBuffering(unittest.TestCase):
class
Module
(
object
):
@staticmethod
def
setUpModule
():
1
/
0
1
/
/
0
Foo
.
__module__
=
'Module'
sys
.
modules
[
'Module'
]
=
Module
...
...
@@ -553,7 +553,7 @@ class TestOutputBuffering(unittest.TestCase):
class
Module
(
object
):
@staticmethod
def
tearDownModule
():
1
/
0
1
/
/
0
Foo
.
__module__
=
'Module'
sys
.
modules
[
'Module'
]
=
Module
...
...
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