summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--test/sql/test_types.py10
1 files changed, 10 insertions, 0 deletions
diff --git a/test/sql/test_types.py b/test/sql/test_types.py
index 0e6f1b5f0..3c981e539 100644
--- a/test/sql/test_types.py
+++ b/test/sql/test_types.py
@@ -690,6 +690,16 @@ class UnicodeTest(fixtures.TestBase):
('charset' in testing.db.url.query)
)
+ elif testing.against('mysql+cymysql'):
+ eq_(
+ testing.db.dialect.returns_unicode_strings,
+ # Py3K
+ #True
+ # Py2K
+ False
+ # end Py2K
+ )
+
else:
expected = (testing.db.name, testing.db.driver) in \
(