MCPcopy Index your code
hub / github.com/sqlalchemy/sqlalchemy / UnicodeTextTest

Class UnicodeTextTest

lib/sqlalchemy/testing/suite/test_types.py:232–243  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

230
231
232class UnicodeTextTest(_UnicodeFixture, fixtures.TablesTest):
233 __requires__ = "unicode_data", "text_type"
234 __backend__ = True
235
236 datatype = UnicodeText()
237
238 @requirements.empty_strings_text
239 def test_empty_strings_text(self, connection):
240 self._test_empty_strings(connection)
241
242 def test_null_strings_text(self, connection):
243 self._test_null_strings(connection)
244
245
246class ArrayTest(_LiteralRoundTripFixture, fixtures.TablesTest):

Callers

nothing calls this directly

Calls 1

UnicodeTextClass · 0.85

Tested by

no test coverage detected