예제 #1
0
파일: tests.py 프로젝트: zbraniecki/elmo
 def testHtml(self):
     '''Testing parallel builds in _waterfall'''
     resp = waterfall(None)
     self.assertTrue(resp.status_code, 200)        
     self.assertTrue(len(resp.content) > 0, 'Html content should be there')
예제 #2
0
파일: tests.py 프로젝트: zbraniecki/elmo
 def testHtml(self):
     resp = waterfall(None)
     self.assertTrue(resp.status_code, 200)        
     self.assertTrue(len(resp.content) > 0, 'Html content should be there')