nvchecker/tests/test_openvsx.py

11 lines
334 B
Python
Raw Normal View History

2021-07-14 12:05:45 +00:00
# MIT licensed
# Copyright (c) 2013-2021 Th3Whit3Wolf <the.white.wolf.is.1337@gmail.com>, et al.
import pytest
2023-12-09 11:17:31 +00:00
pytestmark = [pytest.mark.asyncio(scope="session"), pytest.mark.needs_net]
2021-07-14 12:05:45 +00:00
async def test_openvsx(get_version):
assert await get_version("usernamehw.indent-one-space", {
"source": "openvsx",
}) == "0.3.0"