rename
This commit is contained in:
@@ -21,7 +21,7 @@ REQUIRED_LIBRARY_TAGS_BY_SKILL = {
|
||||
"new-skill": {"mcp", "fastmcp"},
|
||||
"nicegui": {"nicegui", "fastapi"},
|
||||
"nicegui-ui-customization": {"nicegui", "fastapi"},
|
||||
"pytest-scaffolding": {"pytest", "testing", "fastapi", "asyncio", "anyio"},
|
||||
"pytesting": {"pytest", "testing", "fastapi", "asyncio", "anyio"},
|
||||
"python-logging-dictconfig": {"python", "logging"},
|
||||
"python-typing": {"python", "typing"},
|
||||
"ruff-linting-formating": {"ruff", "python"},
|
||||
|
||||
@@ -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