Improve reporting in test_26252 (BE conformance)
- Related issues:
- Requested reviewers: @norvell
Description
This improves reporting via assert in test_26252.py so that it becomes easier to identify where non-BE difference is happening. Below an example of how this looks
_ test_26252[Readme_IVAS_dec.txt--stv20sOMASA_4ISM2TC.wav_OMASA_vdir2TC_4ISM_at_br_sw_techs_13_2_to_512_kbps_start_80_kbps_48kHz_in_48kHz_out_EXT_out.dec.wav] _
[gw10] darwin -- Python 3.12.9 /Users/pihlajam/.pyenv/versions/3.12.9/bin/python3
conformance-test/test_26252.py:152: in test_26252
assert False, result_str
E AssertionError: Output differs in: waveform MASA metadata
E assert False
Stylistically, it could be also something else but this is a minimal approach for running now.