(sqlite_buildin, iris_path)
| 880 | |
| 881 | @pytest.fixture |
| 882 | def sqlite_buildin_iris(sqlite_buildin, iris_path): |
| 883 | create_and_load_iris_sqlite3(sqlite_buildin, iris_path) |
| 884 | create_and_load_iris_view(sqlite_buildin) |
| 885 | return sqlite_buildin |
| 886 | |
| 887 | |
| 888 | @pytest.fixture |
nothing calls this directly
no test coverage detected