class documentation

class TablesTest(TestBase): (source)

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_dialect.ReturningGuardsTest, sqlalchemy.testing.suite.test_insert.InsertBehaviorTest, sqlalchemy.testing.suite.test_insert.LastrowidTest, sqlalchemy.testing.suite.test_insert.ReturningTest, sqlalchemy.testing.suite.test_reflection.CompositeKeyReflectionTest, sqlalchemy.testing.suite.test_reflection.HasIndexTest, sqlalchemy.testing.suite.test_reflection.IdentityReflectionTest, sqlalchemy.testing.suite.test_reflection.NormalizedNameTest, sqlalchemy.testing.suite.test_reflection.OneConnectionTablesTest, 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_select.SameNamedSchemaTableTest, sqlalchemy.testing.suite.test_sequence.HasSequenceTest, sqlalchemy.testing.suite.test_sequence.SequenceTest, sqlalchemy.testing.suite.test_types.ArrayTest, 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_types.UuidTest, 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
Method sql_count_ Undocumented
Method sql_eq_ 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
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
Class Variable _tables_metadata 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
@classmethod
def define_tables(cls, metadata): (source)
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_dialect.ReturningGuardsTest, 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_select.SameNamedSchemaTableTest, sqlalchemy.testing.suite.test_sequence.HasSequenceTest, sqlalchemy.testing.suite.test_sequence.SequenceTest, sqlalchemy.testing.suite.test_types.ArrayTest, 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_types.UuidTest, sqlalchemy.testing.suite.test_unicode_ddl.UnicodeSchemaTest, sqlalchemy.testing.suite.test_update_delete.SimpleUpdateDeleteTest

Undocumented

@classmethod
def dispose_bind(cls, bind): (source)

Undocumented

@classmethod
def fixtures(cls): (source)

Undocumented

def sql_count_(self, count, fn): (source)

Undocumented

def sql_eq_(self, callable_, statements): (source)

Undocumented

Undocumented

Undocumented

run_define_tables: str = (source)

Undocumented

run_dispose_bind = (source)

Undocumented

run_setup_bind: str = (source)

Undocumented

sequences = (source)

Undocumented

Undocumented

@property
tables_test_metadata = (source)

Undocumented

@classmethod
def _init_class(cls): (source)

Undocumented

@classmethod
def _load_fixtures(cls): (source)

Insert rows as represented by the fixtures() method.

@classmethod
def _setup_once_inserts(cls): (source)

Undocumented

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

Undocumented

def _setup_each_inserts(self): (source)

Undocumented

def _setup_each_tables(self): (source)

Undocumented

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

Undocumented

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

Undocumented

def _teardown_each_tables(self): (source)

Undocumented

_tables_metadata = (source)

Undocumented