From 60028c360768ca7386294cae082b10356034d725 Mon Sep 17 00:00:00 2001 From: Hajime Nakagami Date: Sun, 17 Feb 2013 15:07:19 +0900 Subject: test for cymysql --- test/engine/test_execute.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'test/engine/test_execute.py') diff --git a/test/engine/test_execute.py b/test/engine/test_execute.py index 69507eabe..d14cde245 100644 --- a/test/engine/test_execute.py +++ b/test/engine/test_execute.py @@ -110,7 +110,7 @@ class ExecuteTest(fixtures.TestBase): # some psycopg2 versions bomb this. @testing.fails_on_everything_except('mysql+mysqldb', 'mysql+pymysql', - 'mysql+mysqlconnector', 'postgresql') + 'mysql+cymysql', 'mysql+mysqlconnector', 'postgresql') @testing.fails_on('postgresql+zxjdbc', 'sprintf not supported') def test_raw_sprintf(self): def go(conn): @@ -157,7 +157,7 @@ class ExecuteTest(fixtures.TestBase): 'db-api flaky') @testing.fails_on_everything_except('postgresql+psycopg2', 'postgresql+pypostgresql', 'mysql+mysqlconnector', - 'mysql+pymysql') + 'mysql+pymysql', 'mysql+cymysql') def test_raw_python(self): def go(conn): conn.execute('insert into users (user_id, user_name) ' -- cgit v1.2.1