Add docstrings
This commit is contained in:
parent
a765c44364
commit
34c6f00d0d
@ -29,6 +29,7 @@ import click
|
|||||||
|
|
||||||
|
|
||||||
def cue_to_meta(cuefile, metafile):
|
def cue_to_meta(cuefile, metafile):
|
||||||
|
"""Convert CUE to META."""
|
||||||
title = None
|
title = None
|
||||||
performer = None
|
performer = None
|
||||||
timestamp = None
|
timestamp = None
|
||||||
|
@ -27,6 +27,7 @@ import cue_to_meta
|
|||||||
|
|
||||||
|
|
||||||
def test_cue_to_meta():
|
def test_cue_to_meta():
|
||||||
|
"""Test CUE to META conversion."""
|
||||||
cue_text = """PERFORMER "mcornick"
|
cue_text = """PERFORMER "mcornick"
|
||||||
TITLE "Luv'n Time International"
|
TITLE "Luv'n Time International"
|
||||||
FILE "recording.mp3" MP3
|
FILE "recording.mp3" MP3
|
||||||
|
Loading…
Reference in New Issue
Block a user