(postgresql_psycopg2_engine, iris_path)
| 666 | |
| 667 | @pytest.fixture |
| 668 | def 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 |
nothing calls this directly
no test coverage detected