From fdb21b90bf7bc1b9ac5db11425858fedcaf55ca5 Mon Sep 17 00:00:00 2001 From: eleanorjboyd Date: Fri, 10 Jan 2025 13:00:26 -0800 Subject: [PATCH] code formatting --- .../testing/testController/pytest/pytestExecutionAdapter.ts | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/client/testing/testController/pytest/pytestExecutionAdapter.ts b/src/client/testing/testController/pytest/pytestExecutionAdapter.ts index d2feb9981d99..741b07b814f7 100644 --- a/src/client/testing/testController/pytest/pytestExecutionAdapter.ts +++ b/src/client/testing/testController/pytest/pytestExecutionAdapter.ts @@ -245,8 +245,6 @@ export class PytestTestExecutionAdapter implements ITestExecutionAdapter { const result = execService?.execObservable(runArgs, spawnOptions); - - // Take all output from the subprocess and add it to the test output channel. This will be the pytest output. // Displays output to user and ensure the subprocess doesn't run into buffer overflow. // TODO: after a release, remove run output from the "Python Test Log" channel and send it to the "Test Result" channel instead.