Exemplo n.º 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))
Exemplo n.º 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))
Exemplo n.º 3
0
 def __call__(self):
     '''
     When called output it's string representation
     '''
     zprint(str(self))
Exemplo n.º 4
0
 def __call__(self):
     '''
     When called output it's string representation
     '''
     zprint(str(self))