コード例 #1
0
ファイル: test_plugin.py プロジェクト: storborg/replaylib
 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)
コード例 #2
0
ファイル: __init__.py プロジェクト: atsb/nose-py3
 def __init__(self, *args, **kwargs):
     self.activate = '--processes=%d' % self.processes
     PluginTester.__init__(self)
     TestCase.__init__(self, *args, **kwargs)
コード例 #3
0
ファイル: __init__.py プロジェクト: ANKIT-KS/fjord
 def __init__(self, *args, **kwargs):
     self.activate = '--processes=%d' % self.processes
     PluginTester.__init__(self)
     TestCase.__init__(self, *args, **kwargs)