Esempio n. 1
0
 def setUp(self):
     global compare
     replaylib.start_record()
     webf = urllib.urlopen('http://localhost:%d' % servers.PORT)
     compare = webf.read()
     webf.close()
     replaylib.stop_record(TEST_FILENAME)
     PluginTester.setUp(self)
Esempio n. 2
0
 def __init__(self, *args, **kwargs):
     self.activate = '--processes=%d' % self.processes
     PluginTester.__init__(self)
     TestCase.__init__(self, *args, **kwargs)
Esempio n. 3
0
 def __init__(self, *args, **kwargs):
     self.activate = '--processes=%d' % self.processes
     PluginTester.__init__(self)
     TestCase.__init__(self, *args, **kwargs)