added tests for demucs-wrapper.py, update deps

This commit is contained in:
Joel Mathew Thomas
2024-12-26 20:46:37 +05:30
parent a4b0955074
commit 826af263b3
4 changed files with 55 additions and 4 deletions
+1 -1
View File
@@ -1,5 +1,5 @@
import pytest
from src.input.file_reader import read_audio
from src.input.file_reader import read_audio
from src.input.format_checker import is_supported_format
def test_read_audio():