mirror of
https://github.com/lilydjwg/nvchecker.git
synced 2025-03-10 06:14:02 +00:00
update test_aur
This commit is contained in:
parent
8a17ccfd6b
commit
75873b5281
1 changed files with 2 additions and 2 deletions
|
@ -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…
Add table
Reference in a new issue