Esempio n. 1
0
 def test_int_to_alpha(self):
     for alpha, num in self.__ALPHA_NUM:
         self.assertEqual(alpha, numerology.int_to_alpha(num))
Esempio n. 2
0
 def putchar(self):
     """
     Puts current registry value to output
     """
     self.output += numerology.int_to_alpha(self.memory.current())