tests.py 文件源码

python
阅读 19 收藏 0 点赞 0 评论 0

项目:lxc-rest 作者: lxc-webpanel 项目源码 文件源码
def setUp(self):
        self.db_fd, app.config['DATABASE'] = tempfile.mkstemp()
        app.config[
            'SQLALCHEMY_DATABASE_URI'] = 'sqlite:///%s \
            ' % app.config['DATABASE']
        app.testing = True
        self.app = app.test_client()
        with app.app_context():
            db.create_all()
            populate_db._run()
评论列表
文章目录


问题


面经


文章

微信
公众号

扫码关注公众号