feat: add catalog
This commit is contained in:
@@ -20,5 +20,4 @@ def matchtv_api_fixture() -> MatchTvApi:
|
||||
async def test_channel(matchtv_api: MatchTvApi):
|
||||
result = await matchtv_api.get_channel_schedule("matchtv", datetime.date.today())
|
||||
assert result is not None
|
||||
assert len(result.items) > 0
|
||||
print(">>", "\n".join(map(str, result.items)))
|
||||
assert len(result.values) > 0
|
||||
|
||||
Reference in New Issue
Block a user