close connections to remove warnings
This commit is contained in:
@@ -126,6 +126,7 @@ class TestConnection(base.PyMySQLTestCase):
|
|||||||
c = pymysql.connect(defer_connect=True, **d)
|
c = pymysql.connect(defer_connect=True, **d)
|
||||||
self.assertFalse(c.open)
|
self.assertFalse(c.open)
|
||||||
c.connect(sock)
|
c.connect(sock)
|
||||||
|
c.close()
|
||||||
|
|
||||||
|
|
||||||
# A custom type and function to escape it
|
# A custom type and function to escape it
|
||||||
|
|||||||
Reference in New Issue
Block a user