From 3fc29e9da9bcb49c63d33fad19af8654b0fd9051 Mon Sep 17 00:00:00 2001 From: Archit Tamarapu Date: Wed, 21 May 2025 10:04:36 +0200 Subject: [PATCH] [tests] update input formats for custom LS renderer tests --- tests/renderer/test_renderer.py | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/tests/renderer/test_renderer.py b/tests/renderer/test_renderer.py index ff2145a474..78bf7e39ff 100644 --- a/tests/renderer/test_renderer.py +++ b/tests/renderer/test_renderer.py @@ -658,7 +658,10 @@ def test_custom_ls_input( @pytest.mark.parametrize("out_fmt", CUSTOM_LS_TO_TEST) -@pytest.mark.parametrize("in_fmt", OUTPUT_FORMATS) +@pytest.mark.parametrize( + "in_fmt", + [*INPUT_FORMATS_AMBI, *INPUT_FORMATS_MC, *INPUT_FORMATS_ISM, *INPUT_FORMATS_MASA], +) def test_custom_ls_output( record_property, props_to_record, @@ -1255,7 +1258,7 @@ def test_ism_binaural_headrotation_refvec_rotating( ): if test_info.config.option.create_ref or test_info.config.option.create_cut: pytest.skip("OTR tests only run for smoke test") - + compare_renderer_args( record_property, props_to_record, -- GitLab