Beispiel #1
0
 def setUp(self):
     create_international_categories(self)
     create_tables(self)
     
     super(TestCategories, self).setUp()
Beispiel #2
0
    def setUp(self):
        create_zena_categories(self)
        create_tables(self)

        super(TestTableAccess, self).setUp()