from __future__ import annotations

from music21.test import test_base as base
from music21.test import test_chord as chord
from music21.test import test_clef as clef
from music21.test import test_expressions as expressions
from music21.test import test_interval as interval
from music21.test import test_metadata as metadata
from music21.test import test_note as note
from music21.test import test_pitch as pitch
from music21.test import test_repeat as repeat

_DOC_IGNORE_MODULE_OR_PACKAGE = True
