add utility to remove prod names from track titles

+ move code to handle args and print startup info to other files
+ update app version number
This commit is contained in:
geoffrey45
2023-02-17 18:25:32 +03:00
parent 29e766b60a
commit 509c22c736
8 changed files with 242 additions and 179 deletions
+1 -1
View File
@@ -24,7 +24,7 @@ def test_extract_featured_artists_from_title():
]
for title, expected in zip(test_titles, results):
assert parse_feat_from_title(title) == expected
assert parse_feat_from_title(title)[0] == expected
# === HYPOTHESIS GHOSTWRITER TESTS ===