Skip to content

Commit fdb21b9

Browse files
committed
code formatting
1 parent bc4db19 commit fdb21b9

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/client/testing/testController/pytest/pytestExecutionAdapter.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -245,8 +245,6 @@ export class PytestTestExecutionAdapter implements ITestExecutionAdapter {
245245

246246
const result = execService?.execObservable(runArgs, spawnOptions);
247247

248-
249-
250248
// Take all output from the subprocess and add it to the test output channel. This will be the pytest output.
251249
// Displays output to user and ensure the subprocess doesn't run into buffer overflow.
252250
// 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

Comments
 (0)