コード例 #1
0
ファイル: test_render.py プロジェクト: hosts-xx/splash
 def tearDown(self):
     # we must consume splash output because subprocess.PIPE is used
     ts.print_output()
     super(_BaseRenderTest, self).tearDown()
コード例 #2
0
ファイル: test_render.py プロジェクト: andresp99999/splash
 def tearDown(self):
     # we must consume splash output because subprocess.PIPE is used
     ts.print_output()
     super(BaseRenderTest, self).tearDown()
コード例 #3
0
ファイル: test_render.py プロジェクト: hosts-xx/splash
 def tearDown(self):
     # we must consume splash output because subprocess.PIPE is used
     ts.print_output()
コード例 #4
0
ファイル: test_render.py プロジェクト: andresp99999/splash
 def tearDown(self):
     # we must consume splash output because subprocess.PIPE is used
     ts.print_output()