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
985478db
Kaydet (Commit)
985478db
authored
Mar 06, 2010
tarafından
Florent Xicluna
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Minor tweaking of previous r78734, and add a NEWS entry.
üst
dc1531c5
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
6 additions
and
3 deletions
+6
-3
test_genericpath.py
Lib/test/test_genericpath.py
+0
-0
test_macpath.py
Lib/test/test_macpath.py
+1
-1
test_ntpath.py
Lib/test/test_ntpath.py
+1
-1
test_posixpath.py
Lib/test/test_posixpath.py
+1
-1
NEWS
Misc/NEWS
+3
-0
No files found.
Lib/test/test_genericpath.py
Dosyayı görüntüle @
985478db
This diff is collapsed.
Click to expand it.
Lib/test/test_macpath.py
Dosyayı görüntüle @
985478db
...
@@ -56,7 +56,7 @@ class MacPathTestCase(unittest.TestCase):
...
@@ -56,7 +56,7 @@ class MacPathTestCase(unittest.TestCase):
'normpath() returned str instead of unicode'
)
'normpath() returned str instead of unicode'
)
class
MacCommonTest
(
test_genericpath
.
CommonTest
):
class
MacCommonTest
(
test_genericpath
.
CommonTest
):
path
=
macpath
path
module
=
macpath
def
test_main
():
def
test_main
():
...
...
Lib/test/test_ntpath.py
Dosyayı görüntüle @
985478db
...
@@ -178,7 +178,7 @@ class TestNtpath(unittest.TestCase):
...
@@ -178,7 +178,7 @@ class TestNtpath(unittest.TestCase):
class
NtCommonTest
(
test_genericpath
.
CommonTest
):
class
NtCommonTest
(
test_genericpath
.
CommonTest
):
path
=
ntpath
path
module
=
ntpath
attributes
=
[
'relpath'
,
'splitunc'
]
attributes
=
[
'relpath'
,
'splitunc'
]
...
...
Lib/test/test_posixpath.py
Dosyayı görüntüle @
985478db
...
@@ -327,7 +327,7 @@ class PosixPathTest(unittest.TestCase):
...
@@ -327,7 +327,7 @@ class PosixPathTest(unittest.TestCase):
class
PosixCommonTest
(
test_genericpath
.
CommonTest
):
class
PosixCommonTest
(
test_genericpath
.
CommonTest
):
path
=
posixpath
path
module
=
posixpath
attributes
=
[
'relpath'
,
'samefile'
,
'sameopenfile'
,
'samestat'
]
attributes
=
[
'relpath'
,
'samefile'
,
'sameopenfile'
,
'samestat'
]
...
...
Misc/NEWS
Dosyayı görüntüle @
985478db
...
@@ -126,6 +126,9 @@ Extension Modules
...
@@ -126,6 +126,9 @@ Extension Modules
Tests
Tests
-----
-----
- The four path modules (genericpath, macpath, ntpath, posixpath) share a
common TestCase for some tests: test_genericpath.CommonTest.
- Print platform information when running the whole test suite, or using
- Print platform information when running the whole test suite, or using
the --verbose flag.
the --verbose flag.
...
...
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