From 2cf6fdc84f9ba8dd5bb60615cd27290dd85fa287 Mon Sep 17 00:00:00 2001 From: boccioli_m Date: Fri, 13 Oct 2017 14:21:22 +0200 Subject: [PATCH] Startup --- script/local.py | 8 ++++---- script/tests/tests.properties | 4 ++-- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/script/local.py b/script/local.py index 2dfe470..11218e8 100644 --- a/script/local.py +++ b/script/local.py @@ -120,9 +120,9 @@ class TestingTool: # RPS-Test Classes class Interlock: -""" + """ class for getting - setting interlock mode -""" + """ import binascii from array import * # mode, test pattern for outputs 2-4, test pattern for output 5, expected pattern for 2-4, expected pattern for 5 @@ -182,9 +182,9 @@ class Interlock: return true class UDPDatagram: -""" + """ class for receiving and sending a udp message -""" + """ import socket # the constructor diff --git a/script/tests/tests.properties b/script/tests/tests.properties index 8d838a6..26c1f61 100644 --- a/script/tests/tests.properties +++ b/script/tests/tests.properties @@ -1,5 +1,5 @@ #TestingList for pshell: configuration properties -#Fri Oct 13 14:18:43 CEST 2017 +#Fri Oct 13 14:21:09 CEST 2017 customPanel= showEnabledTestsOnly=true -listFilter=rps-try +listFilter=rps-test