Esempio n. 1
0
 def test_accentuation_finder12(self):
     assert Word.accentuation_finder("-ma-ná") == 1
Esempio n. 2
0
 def test_accentuation_finder10(self):
     assert Word.accentuation_finder("es-drú-ju-la") == 3
Esempio n. 3
0
 def test_accentuation_finder11(self):
     assert Word.accentuation_finder("-ta-piz") == 1
Esempio n. 4
0
 def test_accentuation_finder8(self):
     assert Word.accentuation_finder("-es-tu-pen-dí-si-ma-men-te") == 2
Esempio n. 5
0
 def test_accentuation_finder9(self):
     assert Word.accentuation_finder("-pro-pón-ga-me-lo") == 4
Esempio n. 6
0
 def test_accentuation_finder6(self):
     assert Word.accentuation_finder("-ca-sas") == 2
Esempio n. 7
0
 def test_accentuation_finder7(self):
     assert Word.accentuation_finder("-don-de") == 2
Esempio n. 8
0
 def test_accentuation_finder5(self):
     assert Word.accentuation_finder("-pa-ran") == 2
Esempio n. 9
0
 def test_accentuation_finder4(self):
     assert Word.accentuation_finder("-lá-piz") == 2
Esempio n. 10
0
 def test_accentuation_finder3(self):
     assert Word.accentuation_finder("-lla-no") == 2
Esempio n. 11
0
 def test_accentuation_finder2(self):
     assert Word.accentuation_finder("-com-pro-me-ti-do") == 2
Esempio n. 12
0
 def test_accentuation_finder1(self):
     assert Word.accentuation_finder("-al-bo") == 2