This commit is contained in:
boccioli_m
2017-10-09 14:44:18 +02:00
parent 55af985036
commit 9b57099e7c
2 changed files with 21 additions and 1 deletions

20
script/pio.py Normal file
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)

View File

@@ -1,5 +1,5 @@
#TestingList for pshell: configuration properties
#Mon Oct 09 14:43:48 CEST 2017
#Mon Oct 09 14:44:02 CEST 2017
customPanel=
showEnabledTestsOnly=true
listFilter=rps-try