예제 #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)