# MIT licensed # Copyright (c) 2013-2021 Th3Whit3Wolf , et al. import pytest pytestmark = [pytest.mark.asyncio(scope="session"), pytest.mark.needs_net] async def test_vsmarketplace(get_version): assert await get_version("usernamehw.indent-one-space", { "source": "vsmarketplace", }) == "1.0.0"