MCPcopy
hub / github.com/pandas-dev/pandas / sqlite_engine_iris

Function sqlite_engine_iris

pandas/tests/io/test_sql.py:785–788  ·  view source on GitHub ↗
(sqlite_engine, iris_path)

Source from the content-addressed store, hash-verified

783
784@pytest.fixture
785def sqlite_engine_iris(sqlite_engine, iris_path):
786 create_and_load_iris(sqlite_engine, iris_path)
787 create_and_load_iris_view(sqlite_engine)
788 return sqlite_engine
789
790
791@pytest.fixture

Callers

nothing calls this directly

Calls 2

create_and_load_irisFunction · 0.85

Tested by

no test coverage detected