There was an error while loading. Please reload this page.
1 parent 1d412e3 commit 2bc6a3fCopy full SHA for 2bc6a3f
package.json
@@ -504,8 +504,8 @@
504
},
505
"python.unitTest.pyTestPath": {
506
"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."
+ "default": "py.test",
+ "description": "Path to pytest (py.test), you can use a custom version of pytest by modifying this setting to include the full path."
509
510
"python.unitTest.nosetestArgs": {
511
"type": "array",
0 commit comments