コード例 #1
0
ファイル: charToBitmap_test.py プロジェクト: Nic30/hwtLib
 def test_a_inverted(self):
     self.assertEqual(asciiArtOfChar("a", inverted=True), a_inverted)
コード例 #2
0
ファイル: charToBitmap_test.py プロジェクト: Nic30/hwtLib
 def test_dot(self):
     self.assertEqual(asciiArtOfChar("."), dot)
コード例 #3
0
ファイル: charToBitmap_test.py プロジェクト: Nic30/hwtLib
 def test_6(self):
     self.assertEqual(asciiArtOfChar("6"), six)
コード例 #4
0
ファイル: charToBitmap_test.py プロジェクト: Nic30/hwtLib
 def test_A(self):
     self.assertEqual(asciiArtOfChar("A"), A)
コード例 #5
0
ファイル: charToBitmap_test.py プロジェクト: jesseclin/hwtLib
 def test_a_inverted(self):
     self.assertEqual(asciiArtOfChar("a", inverted=True), a_inverted)
コード例 #6
0
ファイル: charToBitmap_test.py プロジェクト: jesseclin/hwtLib
 def test_6(self):
     self.assertEqual(asciiArtOfChar("6"), six)
コード例 #7
0
ファイル: charToBitmap_test.py プロジェクト: jesseclin/hwtLib
 def test_dot(self):
     self.assertEqual(asciiArtOfChar("."), dot)
コード例 #8
0
ファイル: charToBitmap_test.py プロジェクト: jesseclin/hwtLib
 def test_A(self):
     self.assertEqual(asciiArtOfChar("A"), A)