import os

import pytest


@pytest.fixture
def tracks_dir_path():
    return os.path.join(os.path.dirname(__file__), 'tracks')