Skip to content

Commit 2bc6a3f

Browse files
committed
fixed default value for pytest program #211
1 parent 1d412e3 commit 2bc6a3f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -504,8 +504,8 @@
504504
},
505505
"python.unitTest.pyTestPath": {
506506
"type": "string",
507-
"default": "pytest",
508-
"description": "Path to pytest, you can use a custom version of pytest by modifying this setting to include the full path."
507+
"default": "py.test",
508+
"description": "Path to pytest (py.test), you can use a custom version of pytest by modifying this setting to include the full path."
509509
},
510510
"python.unitTest.nosetestArgs": {
511511
"type": "array",

0 commit comments

Comments
 (0)