MCPcopy Create free account
hub / github.com/Mercury7353/PyBench / test_task_149

Function test_task_149

data/unit_test/tests.py:1455–1462  ·  view source on GitHub ↗
(trajectory)

Source from the content-addressed store, hash-verified

1453 return gain
1454
1455def test_task_149(trajectory):
1456 audio_path = "./output/149.mp3"
1457 ref_path = "./data/Ghostrifter Official - Serenity.mp3"
1458
1459 audio_gain = read_mp3_file(audio_path)
1460 ref_audio_gain = read_mp3_file(ref_path)
1461
1462 assert ref_audio_gain > audio_gain
1463from mutagen.mp3 import MP3
1464
1465def get_mp3_duration(file_path):

Callers

nothing calls this directly

Calls 1

read_mp3_fileFunction · 0.85

Tested by

no test coverage detected