mirror of
https://github.com/f-droid/fdroidserver.git
synced 2026-03-26 19:01:28 -04:00
lint; fix double execution of tests
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user