Startup
This commit is contained in:
20
script/pio.py
Normal file
20
script/pio.py
Normal 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)
|
||||
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user