(sqlite_engine, iris_path)
| 783 | |
| 784 | @pytest.fixture |
| 785 | def 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 |
nothing calls this directly
no test coverage detected