Files
gallery/tests/data/matchtv/__init__.py
2026-07-01 21:05:49 +03:00

12 lines
210 B
Python

from pathlib import Path
from tests.common.mock import MockSource
MATCHTV_MOCK_SOURCE = MockSource(
Path(__file__).parent,
{
"test": "test.json",
"channels": "channels.json",
},
)