feat: split to weather and gismeteo modules
This commit is contained in:
@@ -21,4 +21,4 @@ async def test_api(gismeteo_api: GismeteoApi):
|
||||
result = await gismeteo_api.get_day(
|
||||
"zmiyevka", datetime.date.today() + datetime.timedelta(days=1)
|
||||
)
|
||||
assert len(result) == 8
|
||||
assert len(result.values) == 8
|
||||
Reference in New Issue
Block a user