From 9b57099e7ca22f5111c96ebb635cc86293668d5b Mon Sep 17 00:00:00 2001 From: boccioli_m Date: Mon, 9 Oct 2017 14:44:18 +0200 Subject: [PATCH] Startup --- script/pio.py | 20 ++++++++++++++++++++ script/tests/tests.properties | 2 +- 2 files changed, 21 insertions(+), 1 deletion(-) create mode 100644 script/pio.py diff --git a/script/pio.py b/script/pio.py new file mode 100644 index 0000000..bc73785 --- /dev/null +++ b/script/pio.py @@ -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) + + diff --git a/script/tests/tests.properties b/script/tests/tests.properties index d401178..d1af0a8 100644 --- a/script/tests/tests.properties +++ b/script/tests/tests.properties @@ -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