def db_create(): """ Creates the database """ db.create_all() print 'table created!'
def setUp(self): db.create_all()