Exemple #1
0
 def tearDown(self):
     database.execute("drop table t_post")
     database.execute("drop table t_user")
Exemple #2
0
 def tearDown(self):
     database.execute("drop table t_post")
     database.execute("drop table t_user")
Exemple #3
0
 def setUp(self):
     database.execute(user_sql)
     database.execute(post_sql)
Exemple #4
0
 def setUp(self):
     database.execute(user_sql)
     database.execute(post_sql)