示例#1
0
 def test_adj_6(self):
     c = Coord(1,1,1)
     acs = c.adjacent(10)
     self.assertEqual(len(acs), 6)