# MIT licensed # Copyright (c) 2020 lilydjwg , et al. # Copyright (c) 2020 Sunlei import pytest pytestmark = [pytest.mark.asyncio, pytest.mark.needs_net] async def test_sparkle(get_version): assert await get_version("example", { "source": "sparkle", "sparkle": "https://sparkle-project.org/files/sparkletestcast.xml", }) == "2.0"