mirror of
https://github.com/microsoft/vscode.git
synced 2026-09-13 22:12:07 +01:00
Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com>
17 lines
327 B
JSON
17 lines
327 B
JSON
[
|
|
{
|
|
"name": "pythonFlaskApp",
|
|
"question": "@workspace /setupTests pytest",
|
|
"expectations": {
|
|
"filePatterns": [".*?test.*?"],
|
|
"installCommandPattern": "pip install pytest",
|
|
"runCommandPattern": "pytest"
|
|
},
|
|
"files": [
|
|
"app.py",
|
|
"requirements.txt",
|
|
"setup.py"
|
|
]
|
|
}
|
|
]
|