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