aboutsummaryrefslogtreecommitdiffstats
path: root/squishtests/suite_neptune3/tst_popup_climate/test.py
diff options
context:
space:
mode:
Diffstat (limited to 'squishtests/suite_neptune3/tst_popup_climate/test.py')
-rw-r--r--squishtests/suite_neptune3/tst_popup_climate/test.py7
1 files changed, 6 insertions, 1 deletions
diff --git a/squishtests/suite_neptune3/tst_popup_climate/test.py b/squishtests/suite_neptune3/tst_popup_climate/test.py
index 07c9da36..ef8c8127 100644
--- a/squishtests/suite_neptune3/tst_popup_climate/test.py
+++ b/squishtests/suite_neptune3/tst_popup_climate/test.py
@@ -1,3 +1,5 @@
+# -*- coding: utf-8 -*-
+
############################################################################
##
## Copyright (C) 2018 Luxoft GmbH
@@ -12,7 +14,8 @@
## with the Software or, alternatively, in accordance with the terms
## contained in a written agreement between you and The Qt Company. For
## licensing terms and conditions see https://www.qt.io/terms-conditions.
-## For further information use the contact form at https://www.qt.io/contact-us.
+## For further information use the contact form at
+## https://www.qt.io/contact-us.
##
## GNU General Public License Usage
## Alternatively, this file may be used under the terms of the GNU
@@ -30,10 +33,12 @@
#############################################################################
source(findFile('scripts', 'python/bdd.py'))
+source(findFile('scripts', '../shared/scripts/common/__init__.py'))
setupHooks('../shared/scripts/bdd_hooks.py')
collectStepDefinitions('./steps', '../shared/steps')
+
def main():
testSettings.throwOnFailure = True
runFeatureFile('test.feature')