Ejemplo n.º 1
0
 def test_input_III_ouput_3(self):
     self.assertEqual(3, converti("III"))
Ejemplo n.º 2
0
 def test_input_I_ouput_1(self):
     self.assertEqual(1, converti("I"))
Ejemplo n.º 3
0
 def test_input_IV_ouput_4(self):
     self.assertEqual(4, converti("IV"))
Ejemplo n.º 4
0
 def test_input_MCMLXXVII_ouput_1977(self):
     self.assertEqual(1977, converti("MCMLXXVII"))
Ejemplo n.º 5
0
 def test_input_VI_ouput_6(self):
     self.assertEqual(6, converti("VI"))