mirror of
https://gitlab.com/dslackw/slpkg.git
synced 2025-01-13 20:01:48 +01:00
Updated test for configs
This commit is contained in:
parent
2e53db84d4
commit
512d0e4452
1 changed files with 1 additions and 1 deletions
|
@ -22,7 +22,7 @@ class TestConfigs(unittest.TestCase):
|
|||
self.assertEqual('database.slpkg', self.configs.database_name)
|
||||
self.assertEqual('.pkgs', self.configs.file_list_suffix)
|
||||
self.assertEqual('upgradepkg --install-new', self.configs.installpkg)
|
||||
self.assertEqual('upgradepkg --install-new --reinstall', self.configs.reinstall)
|
||||
self.assertEqual('upgradepkg --reinstall', self.configs.reinstall)
|
||||
self.assertEqual('removepkg', self.configs.removepkg)
|
||||
self.assertEqual(True, self.configs.colors)
|
||||
self.assertEqual(True, self.configs.dialog)
|
||||
|
|
Loading…
Reference in a new issue