mirror of
https://gitlab.com/dslackw/slpkg.git
synced 2024-12-25 09:58:41 +01:00
Fixed D400,D102
This commit is contained in:
parent
8ef7162425
commit
de987e1468
1 changed files with 2 additions and 1 deletions
|
@ -8,6 +8,7 @@ class TestSBoQueries(unittest.TestCase):
|
||||||
"""Test for SBo queries."""
|
"""Test for SBo queries."""
|
||||||
|
|
||||||
def setUp(self) -> None:
|
def setUp(self) -> None:
|
||||||
|
"""Set the test."""
|
||||||
load = LoadData()
|
load = LoadData()
|
||||||
self.data: dict = load.load('sbo')
|
self.data: dict = load.load('sbo')
|
||||||
self.name: str = 'slpkg'
|
self.name: str = 'slpkg'
|
||||||
|
@ -27,7 +28,7 @@ class TestSBoQueries(unittest.TestCase):
|
||||||
'/4.9.8/slpkg-4.9.8.tar.gz'], self.data[self.name]['download'])
|
'/4.9.8/slpkg-4.9.8.tar.gz'], self.data[self.name]['download'])
|
||||||
|
|
||||||
def test_sources_x86_64(self) -> None:
|
def test_sources_x86_64(self) -> None:
|
||||||
"""Test sources for x64. arch"""
|
"""Test sources for x64 arch."""
|
||||||
self.assertEqual([], self.data[self.name]['download64'])
|
self.assertEqual([], self.data[self.name]['download64'])
|
||||||
|
|
||||||
def test_requires(self) -> None:
|
def test_requires(self) -> None:
|
||||||
|
|
Loading…
Reference in a new issue