Add docstrings
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user