RODY/tests/testSql.py

11 lines
145 B
Python
Raw Permalink Normal View History

2022-11-04 17:37:08 +08:00
import pytest
from app.run import app as tapp
@pytest.fixture(scope='session')
def app(request):
ctx = tapp.app_context()
ctx.push()