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 363e579 commit 2335693Copy full SHA for 2335693
src/client/common/configSettings.ts
@@ -337,7 +337,7 @@ export class PythonSettings implements IPythonSettings {
337
unittestArgs: [],
338
unittestEnabled: false,
339
autoTestDiscoverOnSaveEnabled: true,
340
- autoTestDiscoverOnSavePattern: '**.py',
+ autoTestDiscoverOnSavePattern: '**/*.py',
341
};
342
this.testing.pytestPath = getAbsolutePath(systemVariables.resolveAny(this.testing.pytestPath), workspaceRoot);
343
if (this.testing.cwd) {
0 commit comments