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