Adding upstream version 1.26.1.
Signed-off-by: Daniel Baumann <daniel@debian.org>
This commit is contained in:
parent
dcc1917157
commit
f7cfed155a
23 changed files with 328 additions and 52 deletions
|
@ -41,8 +41,8 @@ dbtest = pytest.mark.skipif(
|
|||
def create_db(dbname):
|
||||
with db_connection().cursor() as cur:
|
||||
try:
|
||||
cur.execute('''DROP DATABASE IF EXISTS _test_db''')
|
||||
cur.execute('''CREATE DATABASE _test_db''')
|
||||
cur.execute('''DROP DATABASE IF EXISTS mycli_test_db''')
|
||||
cur.execute('''CREATE DATABASE mycli_test_db''')
|
||||
except:
|
||||
pass
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue