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
0cca00b6
Kaydet (Commit)
0cca00b6
authored
Eyl 23, 2015
tarafından
Victor Stinner
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Issue #25220: Backed out changeset eaf9a99b6bb8
üst
7b92abf0
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
2 additions
and
3 deletions
+2
-3
__init__.py
Lib/test/libregrtest/__init__.py
+0
-1
cmdline.py
Lib/test/libregrtest/cmdline.py
+0
-0
regrtest.py
Lib/test/regrtest.py
+0
-0
test_regrtest.py
Lib/test/test_regrtest.py
+2
-2
No files found.
Lib/test/libregrtest/__init__.py
deleted
100644 → 0
Dosyayı görüntüle @
7b92abf0
from
test.libregrtest.cmdline
import
_parse_args
,
RESOURCE_NAMES
Lib/test/libregrtest/cmdline.py
deleted
100644 → 0
Dosyayı görüntüle @
7b92abf0
This diff is collapsed.
Click to expand it.
Lib/test/regrtest.py
Dosyayı görüntüle @
0cca00b6
This diff is collapsed.
Click to expand it.
Lib/test/test_regrtest.py
Dosyayı görüntüle @
0cca00b6
...
...
@@ -7,7 +7,7 @@ import faulthandler
import
getopt
import
os.path
import
unittest
from
test
import
regrtest
,
support
,
libregrtest
from
test
import
regrtest
,
support
class
ParseArgsTestCase
(
unittest
.
TestCase
):
...
...
@@ -148,7 +148,7 @@ class ParseArgsTestCase(unittest.TestCase):
self
.
assertEqual
(
ns
.
use_resources
,
[
'gui'
,
'network'
])
ns
=
regrtest
.
_parse_args
([
opt
,
'gui,none,network'
])
self
.
assertEqual
(
ns
.
use_resources
,
[
'network'
])
expected
=
list
(
lib
regrtest
.
RESOURCE_NAMES
)
expected
=
list
(
regrtest
.
RESOURCE_NAMES
)
expected
.
remove
(
'gui'
)
ns
=
regrtest
.
_parse_args
([
opt
,
'all,-gui'
])
self
.
assertEqual
(
ns
.
use_resources
,
expected
)
...
...
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