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

Function sqlite_str_iris

pandas/tests/io/test_sql.py:775–781  ·  view source on GitHub ↗
(sqlite_str, iris_path)

Source from the content-addressed store, hash-verified

773
774@pytest.fixture
775def sqlite_str_iris(sqlite_str, iris_path):
776 sqlalchemy = pytest.importorskip("sqlalchemy")
777 engine = sqlalchemy.create_engine(sqlite_str)
778 create_and_load_iris(engine, iris_path)
779 create_and_load_iris_view(engine)
780 engine.dispose()
781 return sqlite_str
782
783
784@pytest.fixture

Callers

nothing calls this directly

Calls 2

create_and_load_irisFunction · 0.85

Tested by

no test coverage detected