class documentation

class TablesTest(TestBase):

Known subclasses: sqlalchemy.testing.fixtures.ComputedReflectionFixtureTest, sqlalchemy.testing.fixtures.MappedTest, sqlalchemy.testing.suite.test_cte.CTETest, sqlalchemy.testing.suite.test_deprecations.DeprecatedCompoundSelectTest, sqlalchemy.testing.suite.test_dialect.AutocommitIsolationTest, sqlalchemy.testing.suite.test_dialect.ExceptionTest, sqlalchemy.testing.suite.test_insert.InsertBehaviorTest, sqlalchemy.testing.suite.test_insert.LastrowidTest, sqlalchemy.testing.suite.test_insert.ReturningTest, sqlalchemy.testing.suite.test_reflection.ComponentReflectionTest, sqlalchemy.testing.suite.test_reflection.CompositeKeyReflectionTest, sqlalchemy.testing.suite.test_reflection.HasIndexTest, sqlalchemy.testing.suite.test_reflection.HasTableTest, sqlalchemy.testing.suite.test_reflection.IdentityReflectionTest, sqlalchemy.testing.suite.test_reflection.NormalizedNameTest, sqlalchemy.testing.suite.test_reflection.QuotedNameArgumentTest, sqlalchemy.testing.suite.test_results.PercentSchemaNamesTest, sqlalchemy.testing.suite.test_results.RowFetchTest, sqlalchemy.testing.suite.test_rowcount.RowCountTest, sqlalchemy.testing.suite.test_select.CollateTest, sqlalchemy.testing.suite.test_select.CompoundSelectTest, sqlalchemy.testing.suite.test_select.ComputedColumnTest, sqlalchemy.testing.suite.test_select.DistinctOnTest, sqlalchemy.testing.suite.test_select.ExistsTest, sqlalchemy.testing.suite.test_select.ExpandingBoundInTest, sqlalchemy.testing.suite.test_select.FetchLimitOffsetTest, sqlalchemy.testing.suite.test_select.IdentityAutoincrementTest, sqlalchemy.testing.suite.test_select.IdentityColumnTest, sqlalchemy.testing.suite.test_select.IsOrIsNotDistinctFromTest, sqlalchemy.testing.suite.test_select.JoinTest, sqlalchemy.testing.suite.test_select.LikeFunctionsTest, sqlalchemy.testing.suite.test_select.OrderByLabelTest, sqlalchemy.testing.suite.test_select.PostCompileParamsTest, sqlalchemy.testing.suite.test_sequence.HasSequenceTest, sqlalchemy.testing.suite.test_sequence.SequenceTest, sqlalchemy.testing.suite.test_types.BinaryTest, sqlalchemy.testing.suite.test_types.BooleanTest, sqlalchemy.testing.suite.test_types.DateHistoricTest, sqlalchemy.testing.suite.test_types.DateTest, sqlalchemy.testing.suite.test_types.DateTimeCoercedToDateTimeTest, sqlalchemy.testing.suite.test_types.DateTimeHistoricTest, sqlalchemy.testing.suite.test_types.DateTimeMicrosecondsTest, sqlalchemy.testing.suite.test_types.DateTimeTest, sqlalchemy.testing.suite.test_types.DateTimeTZTest, sqlalchemy.testing.suite.test_types.JSONLegacyStringCastIndexTest, sqlalchemy.testing.suite.test_types.JSONTest, sqlalchemy.testing.suite.test_types.TextTest, sqlalchemy.testing.suite.test_types.TimeMicrosecondsTest, sqlalchemy.testing.suite.test_types.TimestampMicrosecondsTest, sqlalchemy.testing.suite.test_types.TimeTest, sqlalchemy.testing.suite.test_types.TimeTZTest, sqlalchemy.testing.suite.test_types.UnicodeTextTest, sqlalchemy.testing.suite.test_types.UnicodeVarcharTest, sqlalchemy.testing.suite.test_unicode_ddl.UnicodeSchemaTest, sqlalchemy.testing.suite.test_update_delete.SimpleUpdateDeleteTest

View In Hierarchy

Undocumented

Class Method define​_tables Undocumented
Class Method dispose​_bind Undocumented
Class Method fixtures Undocumented
Class Method insert​_data Undocumented
Class Method setup​_bind Undocumented
Class Method ​_init​_class Undocumented
Class Method ​_load​_fixtures Insert rows as represented by the fixtures() method.
Class Method ​_setup​_once​_inserts Undocumented
Class Method ​_setup​_once​_tables Undocumented
Class Method ​_teardown​_once​_metadata​_bind Undocumented
Method ​_setup​_each​_inserts Undocumented
Method ​_setup​_each​_tables Undocumented
Method ​_setup​_tables​_test​_class Undocumented
Method ​_setup​_tables​_test​_instance Undocumented
Method ​_teardown​_each​_tables Undocumented
Method sql​_count​_ Undocumented
Method sql​_eq​_ Undocumented
Class Variable ​_tables​_metadata Undocumented
Class Variable bind Undocumented
Class Variable other Undocumented
Class Variable run​_create​_tables Undocumented
Class Variable run​_define​_tables Undocumented
Class Variable run​_deletes Undocumented
Class Variable run​_dispose​_bind Undocumented
Class Variable run​_inserts Undocumented
Class Variable run​_setup​_bind Undocumented
Class Variable sequences Undocumented
Class Variable tables Undocumented
Property tables​_test​_metadata 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
@classmethod
def define_tables(cls, metadata):
overridden in sqlalchemy.testing.fixtures.ComputedReflectionFixtureTest, sqlalchemy.testing.suite.test_cte.CTETest, sqlalchemy.testing.suite.test_deprecations.DeprecatedCompoundSelectTest, sqlalchemy.testing.suite.test_dialect.AutocommitIsolationTest, sqlalchemy.testing.suite.test_dialect.ExceptionTest, sqlalchemy.testing.suite.test_insert.InsertBehaviorTest, sqlalchemy.testing.suite.test_insert.LastrowidTest, sqlalchemy.testing.suite.test_insert.ReturningTest, sqlalchemy.testing.suite.test_reflection.ComponentReflectionTest, sqlalchemy.testing.suite.test_reflection.CompositeKeyReflectionTest, sqlalchemy.testing.suite.test_reflection.HasIndexTest, sqlalchemy.testing.suite.test_reflection.HasTableTest, sqlalchemy.testing.suite.test_reflection.IdentityReflectionTest, sqlalchemy.testing.suite.test_reflection.NormalizedNameTest, sqlalchemy.testing.suite.test_reflection.QuotedNameArgumentTest, sqlalchemy.testing.suite.test_results.PercentSchemaNamesTest, sqlalchemy.testing.suite.test_results.RowFetchTest, sqlalchemy.testing.suite.test_rowcount.RowCountTest, sqlalchemy.testing.suite.test_select.CollateTest, sqlalchemy.testing.suite.test_select.CompoundSelectTest, sqlalchemy.testing.suite.test_select.ComputedColumnTest, sqlalchemy.testing.suite.test_select.ExistsTest, sqlalchemy.testing.suite.test_select.ExpandingBoundInTest, sqlalchemy.testing.suite.test_select.FetchLimitOffsetTest, sqlalchemy.testing.suite.test_select.IdentityAutoincrementTest, sqlalchemy.testing.suite.test_select.IdentityColumnTest, sqlalchemy.testing.suite.test_select.IsOrIsNotDistinctFromTest, sqlalchemy.testing.suite.test_select.JoinTest, sqlalchemy.testing.suite.test_select.LikeFunctionsTest, sqlalchemy.testing.suite.test_select.OrderByLabelTest, sqlalchemy.testing.suite.test_select.PostCompileParamsTest, sqlalchemy.testing.suite.test_sequence.HasSequenceTest, sqlalchemy.testing.suite.test_sequence.SequenceTest, sqlalchemy.testing.suite.test_types.BinaryTest, sqlalchemy.testing.suite.test_types.BooleanTest, sqlalchemy.testing.suite.test_types.JSONLegacyStringCastIndexTest, sqlalchemy.testing.suite.test_types.JSONTest, sqlalchemy.testing.suite.test_types.TextTest, sqlalchemy.testing.suite.test_unicode_ddl.UnicodeSchemaTest, sqlalchemy.testing.suite.test_update_delete.SimpleUpdateDeleteTest

Undocumented

@classmethod
def dispose_bind(cls, bind):

Undocumented

@classmethod
def fixtures(cls):

Undocumented

@classmethod
def setup_bind(cls):
@classmethod
def _init_class(cls):

Undocumented

@classmethod
def _load_fixtures(cls):
Insert rows as represented by the fixtures() method.
@classmethod
def _setup_once_inserts(cls):

Undocumented

@classmethod
def _setup_once_tables(cls):
@classmethod
def _teardown_once_metadata_bind(cls):

Undocumented

def _setup_each_inserts(self):

Undocumented

def _setup_each_tables(self):

Undocumented

@config.fixture(autouse=True, scope='class')
def _setup_tables_test_class(self):

Undocumented

@config.fixture(autouse=True, scope='function')
def _setup_tables_test_instance(self):

Undocumented

def _teardown_each_tables(self):

Undocumented

def sql_count_(self, count, fn):

Undocumented

def sql_eq_(self, callable_, statements):

Undocumented

_tables_metadata =

Undocumented

bind =

Undocumented

other =

Undocumented

run_define_tables: str =

Undocumented

run_dispose_bind =

Undocumented

run_setup_bind: str =

Undocumented

sequences =

Undocumented

tables =

Undocumented

@property
tables_test_metadata =

Undocumented