summaryrefslogtreecommitdiff
path: root/test/sql
diff options
context:
space:
mode:
authorShaun Stanworth <shaun.stanworth@onefinestay.com>2014-11-09 14:52:31 +0000
committerMike Bayer <mike_mp@zzzcomputing.com>2015-01-26 18:43:19 -0500
commitf94d75ede5f5d2ed28d72ff98ca7caca016e5506 (patch)
treecb10a74016216a849423d0878219d15e5bc3b371 /test/sql
parent987f40b5aa325fe8a6655bcb0be2329c0a24025d (diff)
downloadsqlalchemy-f94d75ede5f5d2ed28d72ff98ca7caca016e5506.tar.gz
Added psycopg2cffi dialect
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 38b3ced13..5e1542853 100644
--- a/test/sql/test_types.py
+++ b/test/sql/test_types.py
@@ -952,6 +952,7 @@ class UnicodeTest(fixtures.TestBase):
expected = (testing.db.name, testing.db.driver) in \
(
('postgresql', 'psycopg2'),
+ ('postgresql', 'psycopg2cffi'),
('postgresql', 'pypostgresql'),
('postgresql', 'pg8000'),
('postgresql', 'zxjdbc'),