Addon Manager: pylint cleanup in startup workers

This commit is contained in:
Chris Hennes
2022-08-10 09:17:02 -05:00
parent 20047c94cd
commit 9250850c9c
3 changed files with 77 additions and 38 deletions

View File

@@ -154,4 +154,13 @@ class TestWorkersStartup(unittest.TestCase):
def _macro_added_from_cache(self, addon:Addon):
""" Callback for adding macros from the cache """
print (f"Macro Cache Test: {addon.name}")
self.macro_from_cache_counter += 1
self.macro_from_cache_counter += 1
def test_update_checker(self):
""" Test the code that checks a single addon for available updates. """
# First, install a specific Addon of each kind
# Arrange for those addons to be out-of-date
# Check for updates