Added missing text_type requirement to TextTest

Conflicts:
	lib/sqlalchemy/testing/suite/test_types.py
This commit is contained in:
Stefan Reich
2014-03-26 16:04:23 +01:00
committed by Mike Bayer
parent e3a1a2d01c
commit 460139f630
@@ -140,6 +140,7 @@ class UnicodeTextTest(_UnicodeFixture, fixtures.TablesTest):
self._test_empty_strings()
class TextTest(_LiteralRoundTripFixture, fixtures.TablesTest):
__requires__ = 'text_type',
__backend__ = True
@classmethod