From 3ba184af72315e414c382f070aae7c13e2af3609 Mon Sep 17 00:00:00 2001 From: boccioli_m Date: Mon, 9 Oct 2017 14:08:42 +0200 Subject: [PATCH] Closedown --- script/local.py | 5 ++--- script/tests/tests.properties | 2 +- 2 files changed, 3 insertions(+), 4 deletions(-) diff --git a/script/local.py b/script/local.py index 7b74dec..45c5c68 100644 --- a/script/local.py +++ b/script/local.py @@ -9,12 +9,13 @@ # The code below is necessary to run the Testing List plug-in: global print_log, sendFeedback, sys, inspect, os, traceback import sys, inspect, os, traceback +import pio class TestingTool: """ Common tools for running the test """ - + p = pio def __init__(self, testName, testPath, deviceName, testParams): """ Init class with test data @@ -100,8 +101,6 @@ class TestingTool: self.testParams[key]['description'])) - - def sendFeedback(self, returnString, testPassed): """ Prepare and send feedback to calling tool diff --git a/script/tests/tests.properties b/script/tests/tests.properties index 88128a8..be84075 100644 --- a/script/tests/tests.properties +++ b/script/tests/tests.properties @@ -1,5 +1,5 @@ #TestingList for pshell: configuration properties -#Mon Oct 09 13:43:14 CEST 2017 +#Mon Oct 09 13:45:53 CEST 2017 customPanel= showEnabledTestsOnly=true listFilter=rps-try