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
714370fa
Kaydet (Commit)
714370fa
authored
Haz 24, 2012
tarafından
Eric V. Smith
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Give test directory a more reasonable name.
üst
28952446
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
6 additions
and
4 deletions
+6
-4
a_test.py
...est/namespace_pkgs/module_and_namespace_package/a_test.py
+0
-0
empty
.../namespace_pkgs/module_and_namespace_package/a_test/empty
+0
-0
test_namespace_pkgs.py
Lib/test/test_namespace_pkgs.py
+4
-2
Makefile.pre.in
Makefile.pre.in
+2
-2
No files found.
Lib/test/namespace_pkgs/module_and_
fil
e/a_test.py
→
Lib/test/namespace_pkgs/module_and_
namespace_packag
e/a_test.py
Dosyayı görüntüle @
714370fa
File moved
Lib/test/namespace_pkgs/module_and_
fil
e/a_test/empty
→
Lib/test/namespace_pkgs/module_and_
namespace_packag
e/a_test/empty
Dosyayı görüntüle @
714370fa
File moved
Lib/test/test_namespace_pkgs.py
Dosyayı görüntüle @
714370fa
...
...
@@ -276,10 +276,12 @@ class ZipWithMissingDirectory(NamespacePackageTest):
self
.
assertEqual
(
bar
.
two
.
attr
,
'missing_directory foo two'
)
class
ModuleAnd
Fil
eInSameDir
(
NamespacePackageTest
):
paths
=
[
'module_and_
fil
e'
]
class
ModuleAnd
NamespacePackag
eInSameDir
(
NamespacePackageTest
):
paths
=
[
'module_and_
namespace_packag
e'
]
def
test_module_before_namespace_package
(
self
):
# Make sure we find the module in preference to the
# namespace package.
import
a_test
self
.
assertEqual
(
a_test
.
attr
,
'in module'
)
...
...
Makefile.pre.in
Dosyayı görüntüle @
714370fa
...
...
@@ -991,8 +991,8 @@ LIBSUBDIRS= tkinter tkinter/test tkinter/test/test_tkinter \
test
/namespace_pkgs/project3
\
test
/namespace_pkgs/project3/parent
\
test
/namespace_pkgs/project3/parent/child
\
test
/namespace_pkgs/module_and_
fil
e
\
test
/namespace_pkgs/module_and_
fil
e/a_test
\
test
/namespace_pkgs/module_and_
namespace_packag
e
\
test
/namespace_pkgs/module_and_
namespace_packag
e/a_test
\
collections concurrent concurrent/futures encodings
\
email email/mime
test
/test_email
test
/test_email/data
\
html json
test
/json_tests http dbm xmlrpc
\
...
...
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