feat(weather): add weather location search
This commit is contained in:
12
tests/data/gismeteo/__init__.py
Normal file
12
tests/data/gismeteo/__init__.py
Normal file
@@ -0,0 +1,12 @@
|
||||
from pathlib import Path
|
||||
|
||||
from tests.common.mock import MockSource
|
||||
|
||||
GISMETEO_MOCK_SOURCE = MockSource(
|
||||
Path(__file__).parent,
|
||||
{
|
||||
"today": "today.html",
|
||||
"10-days": "10-days.html",
|
||||
"mq/city/q": "mq_city_q.json",
|
||||
},
|
||||
)
|
||||
Reference in New Issue
Block a user