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