diff --git a/tests/test_settings.py b/tests/test_settings.py index ba24b69f25af6d39d78cc997eac87642890d79b1..7c5e562436f7a77d51ee9842f50037d49be1a4f8 100644 --- a/tests/test_settings.py +++ b/tests/test_settings.py @@ -17,11 +17,8 @@ *************************************************************************** """ # noinspection PyPep8Naming -import uuid -from eotimeseriesviewer.tests import start_app -from qgis.PyQt.QtGui import * -from qgis.PyQt.QtCore import * import unittest +import json import tempfile import xmlrunner @@ -152,6 +149,7 @@ class TestSettings(EOTSVTestCase): # removed: should be done by project settings + if __name__ == "__main__": unittest.main(testRunner=xmlrunner.XMLTestRunner(output='test-reports'), buffer=False) exit(0)