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