Example #1
0
File: runtests.py Project: bsdf/trx
 def __init__(self):
     # Set threads to # of available cpus/cores
     self.threads = detectCPUs()
     RuntestBase.__init__(self)
Example #2
0
 def __init__(self):
     # Set threads to # of available cpus/cores
     self.threads = detectCPUs()
     RuntestBase.__init__(self)
Example #3
0
 def __init__(self):
     RuntestBase.__init__(self)
Example #4
0
 def __init__(self):
     RuntestBase.__init__(self)