示例#1
0
文件: tests.py 项目: bopo/skylark
 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
文件: tests.py 项目: bopo/skylark
 def setUp(self):
     database.execute(user_sql)
     database.execute(post_sql)
示例#4
0
 def setUp(self):
     database.execute(user_sql)
     database.execute(post_sql)