mirror of
https://github.com/fergalmoran/picard.git
synced 2026-02-24 00:26:08 +00:00
PicardTestCase: Reset config.setting in setUp
This helps finding tests that don't explicitly specify all settings they need.
This commit is contained in:
@@ -31,3 +31,4 @@ class FakeTagger(QtCore.QObject):
|
||||
class PicardTestCase(unittest.TestCase):
|
||||
def setUp(self):
|
||||
QtCore.QObject.tagger = FakeTagger()
|
||||
config.setting = {}
|
||||
|
||||
Reference in New Issue
Block a user