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