Commit a11c1181 authored by Jan Kiene's avatar Jan Kiene
Browse files

rename testcases

parent 0489851d
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -360,7 +360,7 @@ FER_0 = "FER_0perc"
FER_15 = "FER_15perc"
BITSTREAM_PROCESSING_FER = [FER_0, FER_15]

DECODER_CLEAN_CHANNEL_CHANNELBASED_AND_MASA_PARAMS = (
DECODER_CHANNELBASED_AND_MASA_PARAMS = (
    collapse_into_list_of_pairs(
        product(
            STEREO_PARAMS,
@@ -386,12 +386,12 @@ DECODER_CLEAN_CHANNEL_CHANNELBASED_AND_MASA_PARAMS = (
        )
    )
)
DECODER_CLEAN_CHANNEL_OBJECTBASED = collapse_into_list_of_pairs(
DECODER_OBJECTBASED = collapse_into_list_of_pairs(
    product(
        ISM_PARAMS, OUTPUT_FORMATS_ALL, SAMPLING_RATES_ALL, BITSTREAM_PROCESSING_FER
    )
)
DECODER_CLEAN_CHANNEL_SCENEBASED = collapse_into_list_of_pairs(
DECODER_SCENEBASED = collapse_into_list_of_pairs(
    product(
        SBA_PARAMS, OUTPUT_FORMATS_ALL, SAMPLING_RATES_ALL, BITSTREAM_PROCESSING_FER
    )
+4 −4
Original line number Diff line number Diff line
@@ -103,9 +103,9 @@ def run_check(

@pytest.mark.parametrize(
    "input_format,bitrate,input_sampling_rate,dtx,output_format,output_sampling_rate,bitstream_processing",
    DECODER_CLEAN_CHANNEL_CHANNELBASED_AND_MASA_PARAMS,
    DECODER_CHANNELBASED_AND_MASA_PARAMS,
)
def test_decoder_clean_channel_channelbased_and_masa(
def test_decoder_channelbased_and_masa(
    input_format,
    bitrate,
    input_sampling_rate,
@@ -139,7 +139,7 @@ def test_decoder_clean_channel_channelbased_and_masa(

@pytest.mark.parametrize(
    "input_format,bitrate,input_sampling_rate,dtx,md_type,output_format,output_sampling_rate,bitstream_processing",
    DECODER_CLEAN_CHANNEL_OBJECTBASED,
    DECODER_OBJECTBASED,
)
def test_decoder_objectbased(
    input_format,
@@ -182,7 +182,7 @@ def test_decoder_objectbased(

@pytest.mark.parametrize(
    "input_format,bitrate,input_sampling_rate,dtx,pca,output_format,output_sampling_rate,bitstream_processing",
    DECODER_CLEAN_CHANNEL_SCENEBASED,
    DECODER_SCENEBASED,
)
def test_decoder_scenebased(
    input_format,