(trajectory)
| 1433 | assert ref_audio_dbfs < audio_dbfs |
| 1434 | |
| 1435 | def test_task_147(trajectory): |
| 1436 | audio_path = "./output/147.mp3" |
| 1437 | ref_path = "./data/Ghostrifter Official - Serenity.mp3" |
| 1438 | |
| 1439 | assert os.path.exists(audio_path) |
| 1440 | |
| 1441 | |
| 1442 | from mutagen.mp3 import MP3 |
nothing calls this directly
no outgoing calls
no test coverage detected