mirror of
https://github.com/KevinMidboe/spotify-downloader.git
synced 2025-10-29 18:00:15 +00:00
Accept additional command-line options
This commit is contained in:
@@ -77,7 +77,7 @@ class TestMethods:
|
||||
@pytest.mark.parametrize("filename, encoding", [
|
||||
("example.m4a", "m4a"),
|
||||
("exampley.mp3", "mp3"),
|
||||
("test 123.webm", "webm"),
|
||||
("test 123.opus", "opus"),
|
||||
("flakey.flac", "flac"),
|
||||
])
|
||||
def test_get_encoding(self, encoderkid, filename, encoding):
|
||||
|
||||
Reference in New Issue
Block a user