예제 #1
0
 def __init__(self, invocation, scoreboard):
     """
   create an instance with an invocation object and scoreboard
   """
     gts_tparser.__init__(self, invocation, scoreboard)
     self.exit_status = 0
예제 #2
0
 def __init__(self, invocation, scoreboard):
     gts_tparser.__init__(self, invocation, scoreboard)
     self.exit_status = 0  #no nonzero exit status for readable(plaintext) tests
예제 #3
0
 def __init__( self, invocation, scoreboard ):
    gts_tparser.__init__(self, invocation, scoreboard )
    self.exit_status = 0 #no nonzero exit status for readable(plaintext) tests
예제 #4
0
 def __init__( self, invocation, scoreboard ):
    """
    create an instance with an invocation object and scoreboard
    """
    gts_tparser.__init__(self, invocation, scoreboard )
    self.exit_status = 0