()
| 16 | |
| 17 | @pytest.fixture(name="params") |
| 18 | def fixture_params() -> w.api.Params: |
| 19 | return ( |
| 20 | w.api.Params.from_enum(w.api.SAMPLING_GREEDY).with_print_progress(False).build() |
| 21 | ) |
| 22 | |
| 23 | |
| 24 | @pytest.fixture(name="audio_file") |
nothing calls this directly
no test coverage detected