Skip to content

Commit

Permalink
Merge pull request #2547 from zas/test_setup_call
Browse files Browse the repository at this point in the history
TestPluginFunctions: ensure we call parent setUp() before using `conf…
  • Loading branch information
zas authored Nov 5, 2024
2 parents ad661d1 + d68ca07 commit 5dab69b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test/test_plugins.py
Original file line number Diff line number Diff line change
Expand Up @@ -295,6 +295,7 @@ def test_is_user_installed(self):

class TestPluginFunctions(PicardTestCase):
def setUp(self):
super().setUp()
self.set_config_values({
'enabled_plugins': [],
})
Expand Down

0 comments on commit 5dab69b

Please sign in to comment.