feat: split to weather and gismeteo modules

This commit is contained in:
2024-07-26 11:02:01 +03:00
parent c9e52c43a9
commit 848b6bd9ba
28 changed files with 157 additions and 108 deletions

View File

@@ -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