class documentation

class StringTest(_LiteralRoundTripFixture, fixtures.TestBase):

View In Hierarchy

Undocumented

Method test​_literal Undocumented
Method test​_literal​_backslashes Undocumented
Method test​_literal​_non​_ascii Undocumented
Method test​_literal​_quoting Undocumented
Method test​_nolength​_string Undocumented
Class Variable __backend__ Undocumented

Inherited from _LiteralRoundTripFixture:

Method literal​_round​_trip test literal rendering
Class Variable supports​_whereclause Undocumented

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 __requires__ Undocumented
Class Variable __skip​_if__ Undocumented
Class Variable __unsupported​_on__ Undocumented
def test_literal(self, literal_round_trip):

Undocumented

def test_literal_backslashes(self, literal_round_trip):

Undocumented

def test_literal_non_ascii(self, literal_round_trip):

Undocumented

def test_literal_quoting(self, literal_round_trip):

Undocumented

@requirements.unbounded_varchar
def test_nolength_string(self):

Undocumented

__backend__: bool =

Undocumented