class documentation

class LongNameBlowoutTest(fixtures.TestBase):

View In Hierarchy

test the creation of a variety of DDL structures and ensure label length limits pass on backends
Method ck Undocumented
Method fk Undocumented
Method ix Undocumented
Method pk Undocumented
Method test​_long​_convention​_name Undocumented
Method uq Undocumented
Class Variable __backend__ 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 ck(self, metadata, connection):

Undocumented

def fk(self, metadata, connection):

Undocumented

def ix(self, metadata, connection):

Undocumented

def pk(self, metadata, connection):

Undocumented

@testing.combinations(('fk'), ('pk'), ('ix'), ('ck', testing.requires.check_constraint_reflection.as_skips()), ('uq', testing.requires.unique_constraint_reflection.as_skips()), argnames='type_')
def test_long_convention_name(self, type_, metadata, connection):

Undocumented

def uq(self, metadata, connection):

Undocumented

__backend__: bool =

Undocumented