예제 #1
0
파일: b.py 프로젝트: buzzfeed/caliendo
 def test_b_2(self):
   assert bazbiz() == 'boztar' 
   assert caliendo.util.current_test == 'b.test_b_2'
예제 #2
0
파일: c.py 프로젝트: mplacona/caliendo
 def test_c_2(self):
   assert bazbiz() == 'buzbut' 
   assert caliendo.util.current_test == 'c.test_c_2'
    
예제 #3
0
파일: b.py 프로젝트: buzzfeed/caliendo
 def test_b_1(self):
   assert bazbiz() == 'bozbit' 
   assert caliendo.util.current_test == 'b.test_b_1'
예제 #4
0
파일: c.py 프로젝트: buzzfeed/caliendo
 def test_c_2(self):
     assert bazbiz() == "buzbut"
     assert caliendo.util.current_test == "c.test_c_2"
예제 #5
0
 def test_b_2(self):
     assert bazbiz() == 'boztar'
     assert caliendo.util.current_test == 'b.test_b_2'
예제 #6
0
 def test_b_1(self):
     assert bazbiz() == 'bozbit'
     assert caliendo.util.current_test == 'b.test_b_1'
예제 #7
0
파일: a.py 프로젝트: buzzfeed/caliendo
 def test_a_2(self):
   assert bazbiz() == 'bizbat' 
   assert caliendo.util.current_test == 'a.test_a_2'
예제 #8
0
파일: a.py 프로젝트: mplacona/caliendo
 def test_a_2(self):
     assert bazbiz() == 'bizbat'
     assert caliendo.util.current_test == 'a.test_a_2'