MCPcopy Create free account
hub / github.com/sqlalchemy/sqlalchemy / setup_test_class

Method setup_test_class

test/dialect/mssql/test_query.py:483–490  ·  view source on GitHub ↗
(cls)

Source from the content-addressed store, hash-verified

481
482 @classmethod
483 def setup_test_class(cls):
484 with testing.db.connect().execution_options(
485 isolation_level="AUTOCOMMIT"
486 ) as conn:
487 try:
488 conn.exec_driver_sql("DROP FULLTEXT CATALOG Catalog")
489 except:
490 pass
491
492 @classmethod
493 def insert_data(cls, connection):

Callers

nothing calls this directly

Calls 3

execution_optionsMethod · 0.45
connectMethod · 0.45
exec_driver_sqlMethod · 0.45

Tested by

no test coverage detected