示例#1
0
文件: test.py 项目: G-story/algorithm
 def test_4(self):
     compressed_img = "xxwwwbxwxwbbbwwxxxwwbbbwwwwbb"
     self.assertEqual(quadtree_to_img(img_to_quadtree(compressed_img)), compressed_img)
示例#2
0
文件: test.py 项目: G-story/algorithm
 def test_3(self):
     self.assertEqual(quadtree_to_img(img_to_quadtree("xbwxwbbwb")), "xbwxwbbwb")