Loading tests/renderer/test_renderer.py +5 −2 Original line number Diff line number Diff line Loading @@ -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, Loading Loading
tests/renderer/test_renderer.py +5 −2 Original line number Diff line number Diff line Loading @@ -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, Loading