Skip to content

Commit

Permalink
code formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
eleanorjboyd committed Jan 10, 2025
1 parent bc4db19 commit fdb21b9
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit fdb21b9

Please sign in to comment.