Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
microsoft
GitHub Repository: microsoft/vscode
Path: blob/main/extensions/copilot/test/scenarios/test-setupTest/testSetup.1.conversation.json
13397 views
1
[
2
{
3
"name": "pythonFlaskApp",
4
"question": "/setupTests pytest",
5
"expectations": {
6
"filePatterns": [".*?test.*?"],
7
"installCommandPattern": "pip install pytest",
8
"runCommandPattern": "pytest"
9
},
10
"files": [
11
"app.py",
12
"requirements.txt",
13
"setup.py"
14
]
15
}
16
]
17
18