test: autouse app_context in unit tests (#20911)

This commit is contained in:
Jesse Yang
2022-08-02 15:42:50 -07:00
committed by GitHub
parent c06d5eb70c
commit 7e836e9b04
37 changed files with 142 additions and 212 deletions

View File

@@ -16,7 +16,6 @@
# under the License.
# pylint: disable=unused-argument, import-outside-toplevel, protected-access
import pytest
from flask.ctx import AppContext
@pytest.mark.parametrize(
@@ -32,7 +31,6 @@ from flask.ctx import AppContext
],
)
def test_apply_top_to_sql_limit(
app_context: AppContext,
limit: int,
original: str,
expected: str,