class documentation

class _UnicodeFixture(_LiteralRoundTripFixture, fixtures.TestBase):

Known subclasses: sqlalchemy.testing.suite.test_types.UnicodeTextTest, sqlalchemy.testing.suite.test_types.UnicodeVarcharTest

View In Hierarchy

Undocumented

Class Method define​_tables Undocumented
Method ​_test​_empty​_strings Undocumented
Method ​_test​_null​_strings Undocumented
Method test​_literal Undocumented
Method test​_literal​_non​_ascii Undocumented
Method test​_round​_trip Undocumented
Method test​_round​_trip​_executemany Undocumented
Class Variable __requires__ Undocumented
Class Variable data Undocumented
Property supports​_whereclause Undocumented

Inherited from _LiteralRoundTripFixture:

Method literal​_round​_trip test literal rendering

Inherited from TestBase:

Method assert​_ Undocumented
Method async​_testing​_engine Undocumented
Method connection Undocumented
Method connection​_no​_trans Undocumented
Method future​_connection Undocumented
Method future​_engine Undocumented
Method metadata Provide bound MetaData for a single test, dropping afterwards.
Method registry Undocumented
Method testing​_engine Undocumented
Method trans​_ctx​_manager​_fixture Undocumented
Class Variable __leave​_connections​_for​_teardown__ Undocumented
Class Variable __only​_on__ Undocumented
Class Variable __skip​_if__ Undocumented
Class Variable __unsupported​_on__ Undocumented
@classmethod
def define_tables(cls, metadata):

Undocumented

def _test_empty_strings(self, connection):

Undocumented

def _test_null_strings(self, connection):

Undocumented

def test_literal(self, literal_round_trip):

Undocumented

def test_literal_non_ascii(self, literal_round_trip):

Undocumented

def test_round_trip(self, connection):

Undocumented

def test_round_trip_executemany(self, connection):

Undocumented

data =

Undocumented

@property
supports_whereclause =