This commit is contained in:
boccioli_m
2017-10-13 14:21:22 +02:00
parent 15f64a0d58
commit 2cf6fdc84f
2 changed files with 6 additions and 6 deletions

View File

@@ -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

View File

@@ -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