mirror of
https://gitlab.com/dslackw/slpkg.git
synced 2024-12-28 09:58:21 +01:00
Updated for test
This commit is contained in:
parent
fa8b47ba03
commit
c8a54dfd81
1 changed files with 1 additions and 1 deletions
|
@ -8,7 +8,7 @@ class TestUtilities(unittest.TestCase):
|
||||||
|
|
||||||
def setUp(self):
|
def setUp(self):
|
||||||
self.utils = Utilities()
|
self.utils = Utilities()
|
||||||
self.packages: list = ['git', 'wget', 'vim', 'pycharm', 'libreoffice', 'ptpython', 'ranger', 'colored']
|
self.packages: list = ['wget', 'vim', 'pycharm', 'libreoffice', 'ptpython', 'ranger', 'colored']
|
||||||
|
|
||||||
def test_installed_is_upgradable_for_binaries(self):
|
def test_installed_is_upgradable_for_binaries(self):
|
||||||
for pkg in self.packages:
|
for pkg in self.packages:
|
||||||
|
|
Loading…
Reference in a new issue