[tests] '__main__' -> "__main__"

This commit is contained in:
Mike Fährmann
2024-02-27 02:10:05 +01:00
parent 2501adeda0
commit ba062712ad
7 changed files with 7 additions and 7 deletions

View File

@@ -214,5 +214,5 @@ class TestConfigFiles(unittest.TestCase):
raise unittest.SkipTest(path + " not available")
if __name__ == '__main__':
if __name__ == "__main__":
unittest.main()