This commit is contained in:
boccioli_m
2017-10-09 14:34:49 +02:00
parent c4f7af8a66
commit 183a1bf397
2 changed files with 21 additions and 1 deletions

View File

@@ -1,5 +1,5 @@
#TestingList for pshell: configuration properties
#Mon Oct 09 14:28:19 CEST 2017
#Mon Oct 09 14:34:35 CEST 2017
customPanel=
showEnabledTestsOnly=true
listFilter=rps-try

View File

@@ -0,0 +1,20 @@
###################################################################################################
# Deployment specific global definitions - executed after startup.py
###################################################################################################
#Uncomment this line to create the simulated devices needed to the tutorial scripts.
#run("tutorial/devices")
# 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
class pio:
def __init__(self):
self.log('ecco pio')
def log(self, text):
print str(text)