Source code for stems.io.tests.test_io_utils

""" Tests for :py:mod:`stems.io.utils`
"""
import pytest

from stems.io import utils


# ------------------------------------------------------------------------------
# parse_paths
[docs]def test_parse_paths_1(tmpdir): pass
# ------------------------------------------------------------------------------ # parse_filename_attrs
[docs]def test_parse_filename_attrs(): pass
# ------------------------------------------------------------------------------ # parse_filename_dates
[docs]def test_parse_filename_dates(): pass