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

Function postgresql_psycopg2_engine_iris

pandas/tests/io/test_sql.py:668–671  ·  view source on GitHub ↗
(postgresql_psycopg2_engine, iris_path)

Source from the content-addressed store, hash-verified

666
667@pytest.fixture
668def postgresql_psycopg2_engine_iris(postgresql_psycopg2_engine, iris_path):
669 create_and_load_iris(postgresql_psycopg2_engine, iris_path)
670 create_and_load_iris_view(postgresql_psycopg2_engine)
671 return postgresql_psycopg2_engine
672
673
674@pytest.fixture

Callers

nothing calls this directly

Calls 2

create_and_load_irisFunction · 0.85

Tested by

no test coverage detected