summaryrefslogtreecommitdiff
path: root/test/sql
diff options
context:
space:
mode:
authorHajime Nakagami <nakagami@gmail.com>2013-02-17 15:07:19 +0900
committerHajime Nakagami <nakagami@gmail.com>2013-02-17 15:07:19 +0900
commit60028c360768ca7386294cae082b10356034d725 (patch)
tree5c3b285d517abae9907661d38906bcf0b1954277 /test/sql
parenta521f212495c42c3f845690a98193ae5d1974a7e (diff)
downloadsqlalchemy-60028c360768ca7386294cae082b10356034d725.tar.gz
test for cymysql
Diffstat (limited to 'test/sql')
-rw-r--r--test/sql/test_types.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/sql/test_types.py b/test/sql/test_types.py
index 0e6f1b5f0..92c2fa284 100644
--- a/test/sql/test_types.py
+++ b/test/sql/test_types.py
@@ -701,6 +701,7 @@ class UnicodeTest(fixtures.TestBase):
('mysql', 'zxjdbc'),
('mysql', 'mysqlconnector'),
('mysql', 'pymysql'),
+ ('mysql', 'cymysql'),
('sqlite', 'pysqlite'),
('oracle', 'zxjdbc'),
('oracle', 'cx_oracle'),