RODY/tests/testSql.py
552068321@qq.com 6f7de660aa first commit
2022-11-04 17:37:08 +08:00

11 lines
145 B
Python

import pytest
from app.run import app as tapp
@pytest.fixture(scope='session')
def app(request):
ctx = tapp.app_context()
ctx.push()