PicardTestCase: Reset config.setting in setUp

This helps finding tests that don't explicitly specify all settings they need.
This commit is contained in:
Wieland Hoffmann
2018-10-19 17:25:39 +02:00
parent dac50a94b3
commit eebe00a455

View File

@@ -31,3 +31,4 @@ class FakeTagger(QtCore.QObject):
class PicardTestCase(unittest.TestCase):
def setUp(self):
QtCore.QObject.tagger = FakeTagger()
config.setting = {}