rename
This commit is contained in:
@@ -33,22 +33,22 @@ TOOL_NAME_PARAMETERS = tuple(
|
||||
SEARCH_QUERY_PARAMETERS = (
|
||||
pytest.param(
|
||||
"pytest",
|
||||
{"pytest-scaffolding"},
|
||||
{"pytesting"},
|
||||
id="query-pytest",
|
||||
),
|
||||
pytest.param(
|
||||
"asyncio",
|
||||
{"pytest-scaffolding", "fastapi-async-sqlalchemy-modernization"},
|
||||
{"pytesting", "fastapi-async-sqlalchemy-modernization"},
|
||||
id="query-asyncio",
|
||||
),
|
||||
pytest.param(
|
||||
"fastapi testing",
|
||||
{"pytest-scaffolding"},
|
||||
{"pytesting"},
|
||||
id="query-fastapi-testing",
|
||||
),
|
||||
pytest.param(
|
||||
"asyncio fastapi testing deterministic pytest",
|
||||
{"pytest-scaffolding"},
|
||||
{"pytesting"},
|
||||
id="query-composite-async-fastapi-testing-deterministic-pytest",
|
||||
),
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user