1
0

test: Move tests from myanimelist.py to a new test file

This commit is contained in:
Jon Michael Aanes (aider) 2025-03-16 22:05:32 +01:00
parent 2636127045
commit 94d07d8ba5

View File

@ -69,12 +69,6 @@ def parse_name(text: str):
return match
assert parse_name('"Soundscape"')
assert parse_name('"Soundscape (サウンドスケープ)"').group(2) is not None
assert parse_name('1: "Soundscape"')
assert parse_name('2: "Soundscape (サウンドスケープ)"').group(2) is not None
def parse_songs(
tr_elements,
song_position: str,