Closedown
This commit is contained in:
+2
-3
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user