コード例 #1
1
ファイル: test_helpers.py プロジェクト: gutomaia/chipy8
 def test_bcd_255(self):
     self.assertEqual(bcd(255), [2, 5, 5])
コード例 #2
0
ファイル: test_helpers.py プロジェクト: gutomaia/chipy8
 def test_bcd_1(self):
     self.assertEqual(bcd(1), [0, 0, 1])