aboutsummaryrefslogtreecommitdiffstats
path: root/squishtests/suite_neptune3/tst_popup_climate/test.py
diff options
context:
space:
mode:
authorSven Kroemeke <skroemeke@luxoft.com>2018-11-21 14:38:25 +0100
committerBramastyo Harimukti Santoso <bramastyo.harimukti.santoso@pelagicore.com>2018-11-29 09:42:14 +0000
commit797464a18cc05b4b79c83a75885305a802647e84 (patch)
treec540c8baa85d6553c86d8258c6a0b50efe31d13b /squishtests/suite_neptune3/tst_popup_climate/test.py
parent351e694bfcec150588eac54e1dc6bdd83a3c713d (diff)
[squish] rework for squish attach to sub process feature
Task-number: AUTOSUITE-661 Change-Id: I49df6550a4fde7b6cfd5526e6a91ddd902686557 Reviewed-by: Bramastyo Harimukti Santoso <bramastyo.harimukti.santoso@pelagicore.com>
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')