Closedown

This commit is contained in:
boccioli_m
2015-09-02 10:39:05 +02:00
parent b57d868543
commit 3936d45b5e
2 changed files with 13 additions and 4 deletions

View File

@@ -4,7 +4,16 @@ import sys, inspect, os, traceback
class TestingTool:
pippo = 'pippo'
def print_log(self, testName, DEVICE, text):
deviceName = ''
testName = ''
testPath = ''
def __init__(self, testName, testPath, DEVICE):
self.deviceName = DEVICE
self.testName = testName
self.testPath = testPath
def print_log(self, text):
import time
time.ctime()
now = time.strftime('%Y.%m.%d %H:%M:%S')