Exemplo n.º 1
0
 def __init__(self, context):
     CommandBase.__init__(self, context)
     if not hasattr(self.context, "built_tests"):
         self.context.built_tests = False
Exemplo n.º 2
0
 def __init__(self, context):
     CommandBase.__init__(self, context)
     if not hasattr(self.context, "built_tests"):
         self.context.built_tests = False