We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9d48ff6 commit 020556cCopy full SHA for 020556c
test/test_encoders.py
@@ -58,7 +58,7 @@ def validate_frames_properties(*, actual: Path, expected: Path):
58
continue # TODO this probably matters
59
assert (
60
d_actual[prop] == d_expected[prop]
61
- ), f"{prop} value is different for frame {frame_index}:"
+ ), f"\nComparing: {actual}\nagainst reference: {expected},\nthe {prop} property is different at frame {frame_index}:"
62
63
64
class TestAudioEncoder:
0 commit comments