(temp_dir, auth_config, applied_permissions)
| 478 | |
| 479 | @pytest.fixture |
| 480 | def feature_store(temp_dir, auth_config, applied_permissions): |
| 481 | print(f"Creating store at {temp_dir}") |
| 482 | return default_store(str(temp_dir), auth_config, applied_permissions) |
| 483 | |
| 484 | |
| 485 | @pytest.fixture(scope="module") |
nothing calls this directly
no test coverage detected