from tests.helpers import named_str upc, album_id, album_name = ( named_str(s, delimiter='-') for s in ("upc", "album-id", "album-name"))