mirror of
https://github.com/lilydjwg/nvchecker
synced 2025-02-17 02:46:49 +00:00
update test_aur
This commit is contained in:
parent
8a17ccfd6b
commit
75873b5281
@ -7,8 +7,8 @@ pytestmark = pytest.mark.asyncio
|
||||
|
||||
@flaky
|
||||
async def test_aur(get_version):
|
||||
assert await get_version("asciidoc-fake", {"aur": None}) == "1.0-1"
|
||||
assert await get_version("ssed", {"aur": None}) == "3.62-2"
|
||||
|
||||
@flaky
|
||||
async def test_aur_strip_release(get_version):
|
||||
assert await get_version("asciidoc-fake", {"aur": None, "strip-release": 1}) == "1.0"
|
||||
assert await get_version("ssed", {"aur": None, "strip-release": 1}) == "3.62"
|
||||
|
Loading…
Reference in New Issue
Block a user