mirror of
https://gitlab.com/dslackw/slpkg.git
synced 2025-01-26 19:58:50 +01:00
pytest mark skipping
Signed-off-by: Dimitris Zlatanidis <d.zlatanidis@gmail.com>
This commit is contained in:
parent
a22b0d5be8
commit
223dc27b3d
1 changed files with 2 additions and 1 deletions
|
@ -1,9 +1,9 @@
|
|||
import pytest
|
||||
|
||||
from slpkg.binary.search import search_pkg
|
||||
from slpkg.sbo.search import sbo_search_pkg
|
||||
|
||||
|
||||
@pytest.mark.skip(reason="no way of currently testing in Gitlab")
|
||||
def test_search():
|
||||
"""Testing found the name from binaries repos
|
||||
"""
|
||||
|
@ -12,6 +12,7 @@ def test_search():
|
|||
test = search_pkg(name, repo)
|
||||
assert name == test
|
||||
|
||||
|
||||
@pytest.mark.skip(reason="no way of currently testing in Gtilab")
|
||||
def test_sbo_search():
|
||||
"""Testing found the name from binaries repos
|
||||
|
|
Loading…
Add table
Reference in a new issue