We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f255bef commit a98d01cCopy full SHA for a98d01c
1 file changed
src/client/testing/testController/pytest/pytestExecutionAdapter.ts
@@ -246,6 +246,7 @@ export class PytestTestExecutionAdapter implements ITestExecutionAdapter {
246
});
247
248
const result = execService?.execObservable(runArgs, spawnOptions);
249
+ resultProc = result?.proc;
250
251
// Take all output from the subprocess and add it to the test output channel. This will be the pytest output.
252
// Displays output to user and ensure the subprocess doesn't run into buffer overflow.
0 commit comments