Пример #1
0
 def setUp(self):
     super(GridPostTest, self).setUp()
     CommonPostTest.setUp(self)
     CommonCollectionTest.setUp(self)
     self.post_type = GridPost
     self.create_args = {}
     self.post = self.app.post_new('GridPost')
     self.collection = self.post
Пример #2
0
 def setUp(self):
     super(WallTest, self).setUp()
     CommonCollectionTest.setUp(self)
     self.collection = self.app