(inference_cfg: Config)
| 112 | |
| 113 | @pytest.fixture(scope="session") |
| 114 | def file_stream_data_loader(inference_cfg: Config): |
| 115 | return StreamDataLoader(inference_cfg.task.data) |
| 116 | |
| 117 | |
| 118 | @pytest.fixture(scope="session") |
nothing calls this directly
no test coverage detected