Skip to content

Commit 2335693

Browse files
committed
update another place
1 parent 363e579 commit 2335693

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/client/common/configSettings.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -337,7 +337,7 @@ export class PythonSettings implements IPythonSettings {
337337
unittestArgs: [],
338338
unittestEnabled: false,
339339
autoTestDiscoverOnSaveEnabled: true,
340-
autoTestDiscoverOnSavePattern: '**.py',
340+
autoTestDiscoverOnSavePattern: '**/*.py',
341341
};
342342
this.testing.pytestPath = getAbsolutePath(systemVariables.resolveAny(this.testing.pytestPath), workspaceRoot);
343343
if (this.testing.cwd) {

0 commit comments

Comments
 (0)