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