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 bc4db19 commit fdb21b9Copy full SHA for fdb21b9
src/client/testing/testController/pytest/pytestExecutionAdapter.ts
@@ -245,8 +245,6 @@ export class PytestTestExecutionAdapter implements ITestExecutionAdapter {
245
246
const result = execService?.execObservable(runArgs, spawnOptions);
247
248
-
249
250
// Take all output from the subprocess and add it to the test output channel. This will be the pytest output.
251
// Displays output to user and ensure the subprocess doesn't run into buffer overflow.
252
// TODO: after a release, remove run output from the "Python Test Log" channel and send it to the "Test Result" channel instead.
0 commit comments