mirror of
https://github.com/PyMySQL/mysqlclient.git
synced 2025-08-16 03:50:43 +08:00
black 20.8b1
This commit is contained in:
@ -161,9 +161,10 @@ class test_MySQLdb(dbapi20.DatabaseAPI20Test):
|
||||
pass # performed in test_MySQL_capabilities
|
||||
|
||||
def help_nextset_setUp(self, cur):
|
||||
""" Should create a procedure called deleteme
|
||||
that returns two result sets, first the
|
||||
number of rows in booze then "name from booze"
|
||||
"""
|
||||
Should create a procedure called deleteme
|
||||
that returns two result sets, first the
|
||||
number of rows in booze then "name from booze"
|
||||
"""
|
||||
sql = """
|
||||
create procedure deleteme()
|
||||
|
Reference in New Issue
Block a user