コード例 #1
0
ファイル: test_categories.py プロジェクト: rpgplanet/esus
 def setUp(self):
     create_international_categories(self)
     create_tables(self)
     
     super(TestCategories, self).setUp()
コード例 #2
0
ファイル: test_tables.py プロジェクト: ella/esus
    def setUp(self):
        create_zena_categories(self)
        create_tables(self)

        super(TestTableAccess, self).setUp()