Пример #1
0
 def tearDown(self):
     database.execute("drop table t_post")
     database.execute("drop table t_user")
Пример #2
0
 def tearDown(self):
     database.execute("drop table t_post")
     database.execute("drop table t_user")
Пример #3
0
 def setUp(self):
     database.execute(user_sql)
     database.execute(post_sql)
Пример #4
0
 def setUp(self):
     database.execute(user_sql)
     database.execute(post_sql)