コード例 #1
0
from quipit.app import db

db.create_all()
コード例 #2
0
 def setUp(self):
     super(DBTestCase, self).setUp()
     db.create_all()