We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c29e994 commit 37b6c85Copy full SHA for 37b6c85
.vscode/tasks.json
@@ -163,8 +163,8 @@
163
"hide": true
164
},
165
{
166
- "label": "Run pytest",
167
- "type": "shell",
+ "label": "Backend :: Testing :: Run Active File",
+ "type": "process",
168
"command": "pytest",
169
"args": ["${file}"],
170
"options": {
@@ -174,6 +174,11 @@
174
"group": {
175
"kind": "test",
176
"isDefault": "**/tests/**.py"
177
+ },
178
+ "presentation": {
179
+ "focus": true,
180
+ "clear": true,
181
+ "panel": "dedicated"
182
}
183
184
]
0 commit comments