test: Move tests from myanimelist.py to a new test file
This commit is contained in:
parent
2636127045
commit
94d07d8ba5
|
@ -69,12 +69,6 @@ def parse_name(text: str):
|
||||||
return match
|
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(
|
def parse_songs(
|
||||||
tr_elements,
|
tr_elements,
|
||||||
song_position: str,
|
song_position: str,
|
||||||
|
|
Loading…
Reference in New Issue
Block a user