class documentation

class TableDDLTest(fixtures.TestBase):

Known subclasses: sqlalchemy.testing.suite.test_ddl.FutureTableDDLTest

View In Hierarchy

Undocumented

Method ​_simple​_fixture Undocumented
Method ​_simple​_roundtrip Undocumented
Method ​_table​_index​_fixture Undocumented
Method ​_underscore​_fixture Undocumented
Method test​_add​_table​_comment Undocumented
Method test​_create​_index​_if​_not​_exists Undocumented
Method test​_create​_table Undocumented
Method test​_create​_table​_if​_not​_exists Undocumented
Method test​_create​_table​_schema Undocumented
Method test​_drop​_index​_if​_exists Undocumented
Method test​_drop​_table Undocumented
Method test​_drop​_table​_comment Undocumented
Method test​_drop​_table​_if​_exists Undocumented
Method test​_underscore​_names 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 _simple_fixture(self, schema=None):

Undocumented

def _simple_roundtrip(self, table):

Undocumented

def _table_index_fixture(self, schema=None):

Undocumented

def _underscore_fixture(self):

Undocumented

@requirements.comment_reflection
@util.provide_metadata
def test_add_table_comment(self, connection):

Undocumented

@requirements.index_ddl_if_exists
@util.provide_metadata
def test_create_index_if_not_exists(self, connection):

Undocumented

@requirements.create_table
@util.provide_metadata
def test_create_table(self):

Undocumented

@requirements.table_ddl_if_exists
@util.provide_metadata
def test_create_table_if_not_exists(self, connection):

Undocumented

@requirements.create_table
@requirements.schemas
@util.provide_metadata
def test_create_table_schema(self):

Undocumented

@requirements.index_ddl_if_exists
@util.provide_metadata
def test_drop_index_if_exists(self, connection):

Undocumented

@requirements.drop_table
@util.provide_metadata
def test_drop_table(self):

Undocumented

@requirements.comment_reflection
@util.provide_metadata
def test_drop_table_comment(self, connection):

Undocumented

@requirements.table_ddl_if_exists
@util.provide_metadata
def test_drop_table_if_exists(self, connection):

Undocumented

@requirements.create_table
@util.provide_metadata
def test_underscore_names(self):

Undocumented

__backend__: bool =

Undocumented