class documentation

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
Method _simple_fixture Undocumented
Method _simple_roundtrip Undocumented
Method _table_index_fixture Undocumented
Method _underscore_fixture Undocumented

Inherited from TestBase:

Method assert_ Undocumented
Method async_testing_engine Undocumented
Method close_result_when_finished Undocumented
Method connection Undocumented
Method connection_no_trans Undocumented
Method dc_decl_base Undocumented
Method decl_base Undocumented
Method fixture_session Undocumented
Method future_connection Undocumented
Method future_engine Undocumented
Method metadata Provide bound MetaData for a single test, dropping afterwards.
Method nocache Undocumented
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
@requirements.comment_reflection
@util.provide_metadata
def test_add_table_comment(self, connection): (source)

Undocumented

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

Undocumented

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

Undocumented

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

Undocumented

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

Undocumented

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

Undocumented

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

Undocumented

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

Undocumented

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

Undocumented

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

Undocumented

__backend__: bool = (source)

Undocumented

def _simple_fixture(self, schema=None): (source)

Undocumented

def _simple_roundtrip(self, table): (source)

Undocumented

def _table_index_fixture(self, schema=None): (source)

Undocumented

def _underscore_fixture(self): (source)

Undocumented