Beispiel #1
0
 def testZProcessReport_init(self):
     '''
     We take the mock process and see what happens
     '''
     pr = ZProcessReport(Process())
     # I add a couple of newlines for aestetich reasons
     print("\n\n")
     zprint(str(pr))
Beispiel #2
0
 def testZProcessReport_init(self):
     '''
     We take the mock process and see what happens
     '''
     pr = ZProcessReport(Process())
     # I add a couple of newlines for aestetich reasons
     print "\n\n"
     zprint(str(pr))
Beispiel #3
0
 def __call__(self):
     '''
     When called output it's string representation
     '''
     zprint(str(self))
Beispiel #4
0
 def __call__(self):
     '''
     When called output it's string representation
     '''
     zprint(str(self))