Beispiel #1
0
 def testInsertEntity(self):
     t = Tile(x=0, y=1, shape=0, view_blob='blob')
     t.put()
     self.assertEqual(1, len(Tile.all().fetch(2)))