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