Exemplo n.º 1
0
 def __init__(self):
     TestDriverBase.__init__(self)
     self._asSubDriver = []
     # The sub driver and it's arguments.
     self._asBuildUrls = []
     # The URLs passed us on the command line.
     self._asBuildFiles = []
     # The downloaded file names.
     self._fAutoInstallPuelExtPack = True
 def __init__(self):
     TestDriverBase.__init__(self);
     self._asSubDriver   = [];   # The sub driver and it's arguments.
     self._asBuildUrls   = [];   # The URLs passed us on the command line.
     self._asBuildFiles  = [];   # The downloaded file names.
     self._fAutoInstallPuelExtPack = True;
Exemplo n.º 3
0
 def __init__(self):
     TestDriverBase.__init__(self)
Exemplo n.º 4
0
 def __init__(self):
     TestDriverBase.__init__(self)
     self.sOptWhich = 'immediate-sub-tests'
Exemplo n.º 5
0
 def __init__(self):
     TestDriverBase.__init__(self);
Exemplo n.º 6
0
 def __init__(self):
     TestDriverBase.__init__(self);
     self.sOptWhich = 'immediate-sub-tests';