31 lines
1.2 KiB
JSON
31 lines
1.2 KiB
JSON
{
|
|
"permissions": {
|
|
"allow": [
|
|
"Bash(python -m py_compile:*)",
|
|
"Bash(test:*)",
|
|
"Bash(python -c:*)",
|
|
"Bash(dir:*)",
|
|
"Bash(findstr:*)",
|
|
"Bash(grep:*)",
|
|
"Bash(cat:*)",
|
|
"Bash(..venvScriptspython.exe -m pytest --version)",
|
|
"Bash(.venv/Scripts/python.exe -m pytest --version)",
|
|
"Bash(.venv/Scripts/python.exe -m pytest tests/ -v)",
|
|
"Bash(.venv/Scripts/python.exe -m pytest tests/ -v --tb=short)",
|
|
"Bash(.venv/Scripts/python.exe -m pytest tests/ -v --tb=line)",
|
|
"Bash(.venv/Scripts/python.exe -m pytest:*)",
|
|
"Bash(.venvScriptspython.exe -m pytest tests/unit/ -v --cov=app --cov-report=term-missing)",
|
|
"Bash(.\\.venv\\Scripts\\python.exe -m pytest:*)",
|
|
"Bash(.\\\\.venv\\\\Scripts\\\\python.exe -m pytest:*)",
|
|
"Bash(.venvScriptspython.exe -m pytest tests/unit/test_query.py::TestBenchQueryEndpoint::test_bench_query_success -v)",
|
|
"Bash(.venvScriptspython.exe -m pytest tests/unit/ -v --tb=short)",
|
|
"Bash(.\\\\\\\\.venv\\\\\\\\Scripts\\\\\\\\python.exe -m pytest:*)",
|
|
"Bash(..venvScriptsactivate)",
|
|
"Bash(pytest:*)",
|
|
"Bash(source:*)"
|
|
],
|
|
"deny": [],
|
|
"ask": []
|
|
}
|
|
}
|