Пример #1
0
    def setUp(self):
        GaeTestCase.setUp(self)
        self.mine_view = MineView()
        self.login(MineViewTest.EMAIL)
        text1 = Text(text='text1', approvals=[])
        text1.updated_at = datetime.datetime(2013, 1, 1, 0, 0, 0, 0)
        text1.put()
        Text(text='text2', approvals=[]).put()

        self.login('other' + MineViewTest.EMAIL)
        Text(text='text3', approvals=[]).put()
Пример #2
0
 def setUp(self):
     GaeTestCase.setUp(self)
     self.text_view = TextView()
Пример #3
0
 def setUp(self):
     GaeTestCase.setUp(self)
     self.base_view = BaseView()