mirror of
https://gitlab.com/dslackw/slpkg.git
synced 2025-01-26 19:58:50 +01:00
pytest skipping
Signed-off-by: Dimitris Zlatanidis <d.zlatanidis@gmail.com>
This commit is contained in:
parent
fb330c1378
commit
a22b0d5be8
1 changed files with 3 additions and 1 deletions
|
@ -1,3 +1,5 @@
|
|||
import pytest
|
||||
|
||||
from slpkg.binary.search import search_pkg
|
||||
from slpkg.sbo.search import sbo_search_pkg
|
||||
|
||||
|
@ -10,7 +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