Exemple #1
0
 def test_b_2(self):
   assert bazbiz() == 'boztar' 
   assert caliendo.util.current_test == 'b.test_b_2'
Exemple #2
0
 def test_c_2(self):
   assert bazbiz() == 'buzbut' 
   assert caliendo.util.current_test == 'c.test_c_2'
    
Exemple #3
0
 def test_b_1(self):
   assert bazbiz() == 'bozbit' 
   assert caliendo.util.current_test == 'b.test_b_1'
Exemple #4
0
 def test_c_2(self):
     assert bazbiz() == "buzbut"
     assert caliendo.util.current_test == "c.test_c_2"
Exemple #5
0
 def test_b_2(self):
     assert bazbiz() == 'boztar'
     assert caliendo.util.current_test == 'b.test_b_2'
Exemple #6
0
 def test_b_1(self):
     assert bazbiz() == 'bozbit'
     assert caliendo.util.current_test == 'b.test_b_1'
Exemple #7
0
 def test_a_2(self):
   assert bazbiz() == 'bizbat' 
   assert caliendo.util.current_test == 'a.test_a_2'
Exemple #8
0
 def test_a_2(self):
     assert bazbiz() == 'bizbat'
     assert caliendo.util.current_test == 'a.test_a_2'