Skip to content

Commit 32ac973

Browse files
committed
Add command for copying test ID in Python testing gutter
1 parent 9d97ef3 commit 32ac973

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

package.json

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1244,6 +1244,13 @@
12441244
"when": "controllerId == 'python-tests'"
12451245
}
12461246
],
1247+
"testing/item/gutter": [
1248+
{
1249+
"command": "python.copyTestId",
1250+
"group": "navigation",
1251+
"when": "controllerId == 'python-tests'"
1252+
}
1253+
],
12471254
"commandPalette": [
12481255
{
12491256
"category": "Python",

0 commit comments

Comments
 (0)