lint; fix double execution of tests

This commit is contained in:
Hans-Christoph Steiner
2025-11-21 21:41:31 +01:00
parent 9abb716e48
commit 379e293320

View File

@@ -594,7 +594,7 @@ class LintAntiFeaturesTest(unittest.TestCase):
self.assertEqual(1, len(list(fdroidserver.lint.check_antiFeatures(app))))
class ConfigYmlTest(LintTest):
class ConfigYmlTest(SetUpTearDownMixin, unittest.TestCase):
"""Test data formats used in config.yml.
lint.py uses print() and not logging so hacks are used to control