Skip to content

Commit

Permalink
add detail
Browse files Browse the repository at this point in the history
  • Loading branch information
eleanorjboyd committed Aug 2, 2023
1 parent a50279c commit 5b79058
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/client/testing/testController/controller.ts
Original file line number Diff line number Diff line change
Expand Up @@ -510,7 +510,8 @@ export class PythonTestController implements ITestController, IExtensionSingleAc
}
}),
);

/* Keep both watchers for create and delete since config files can change test behavior without content
due to their impact on pythonPath. */
this.disposables.push(
watcher.onDidCreate((uri) => {
traceVerbose(`Testing: Trigger refresh after creating ${uri.fsPath}`);
Expand Down

0 comments on commit 5b79058

Please sign in to comment.