예제 #1
0
파일: test_comment.py 프로젝트: ella/esus
    def setUp(self):
        self.manager = AccessManager()
        users_usual(self)
        table_simple(self)
        comment_simple(self)

        super(TestCommentAccess, self).setUp()
예제 #2
0
파일: test_access.py 프로젝트: ella/esus
    def setUp(self):
        self.manager = AccessManager()
        users_usual(self)
        user_super(self)
        table_simple(self)
        comment_simple(self)

        super(TestAccessHandling, self).setUp()