예제 #1
0
파일: test.py 프로젝트: G-story/algorithm
 def test_1(self):
     self.assertEqual(get_img("w"), "w")
     self.assertEqual(get_img("b"), "b")
예제 #2
0
파일: test.py 프로젝트: G-story/algorithm
 def test_6(self):
     self.assertEqual(get_img("xbwxwbbwb"), "xxbwwbbbw")
예제 #3
0
파일: test.py 프로젝트: G-story/algorithm
 def test_7(self):
     self.assertEqual(get_img("xxwwwbxwxwbbbwwxxxwwbbbwwwwbb"), "xxwbxwwxbbwwbwbxwbwwxwwwxbbwb")
예제 #4
0
파일: test.py 프로젝트: G-story/algorithm
 def test_5(self):
     self.assertEqual(get_img("xbwwb"), "xwbbw")