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
7fb468bf
Kaydet (Commit)
7fb468bf
authored
Haz 14, 2016
tarafından
Berker Peksag
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Sade Fark
Merge from 3.5
üst
4762d5d5
2b50899a
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
0 additions
and
18 deletions
+0
-18
dbapi.py
Lib/sqlite3/test/dbapi.py
+0
-12
hooks.py
Lib/sqlite3/test/hooks.py
+0
-6
No files found.
Lib/sqlite3/test/dbapi.py
Dosyayı görüntüle @
7fb468bf
...
...
@@ -695,12 +695,6 @@ class ExtensionTests(unittest.TestCase):
self
.
assertEqual
(
result
,
5
,
"Basic test of Connection.executescript"
)
class
ClosedConTests
(
unittest
.
TestCase
):
def
setUp
(
self
):
pass
def
tearDown
(
self
):
pass
def
CheckClosedConCursor
(
self
):
con
=
sqlite
.
connect
(
":memory:"
)
con
.
close
()
...
...
@@ -768,12 +762,6 @@ class ClosedConTests(unittest.TestCase):
con
()
class
ClosedCurTests
(
unittest
.
TestCase
):
def
setUp
(
self
):
pass
def
tearDown
(
self
):
pass
def
CheckClosed
(
self
):
con
=
sqlite
.
connect
(
":memory:"
)
cur
=
con
.
cursor
()
...
...
Lib/sqlite3/test/hooks.py
Dosyayı görüntüle @
7fb468bf
...
...
@@ -25,12 +25,6 @@ import unittest
import
sqlite3
as
sqlite
class
CollationTests
(
unittest
.
TestCase
):
def
setUp
(
self
):
pass
def
tearDown
(
self
):
pass
def
CheckCreateCollationNotCallable
(
self
):
con
=
sqlite
.
connect
(
":memory:"
)
with
self
.
assertRaises
(
TypeError
)
as
cm
:
...
...
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