feat(weather): add weather location search
This commit is contained in:
10
tests/data/matchtv/__init__.py
Normal file
10
tests/data/matchtv/__init__.py
Normal file
@@ -0,0 +1,10 @@
|
||||
from pathlib import Path
|
||||
|
||||
from tests.common.mock import MockSource
|
||||
|
||||
MATCHTV_MOCK_SOURCE = MockSource(
|
||||
Path(__file__).parent,
|
||||
{
|
||||
"test": "test.html",
|
||||
},
|
||||
)
|
||||
2
tests/data/matchtv/test.html
Normal file
2
tests/data/matchtv/test.html
Normal file
File diff suppressed because one or more lines are too long
Reference in New Issue
Block a user