Skip to content

Commit dec6b39

Browse files
Fix formatting
1 parent a17d33a commit dec6b39

File tree

1 file changed

+1
-1
lines changed
  • src/client/testing/testController/pytest

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ export class PytestRunner implements ITestsRunner {
9595
if (options.debug && !testArgs.some((a) => a.startsWith('--capture') || a === '-s')) {
9696
testArgs.push('--capture', 'no');
9797
}
98-
98+
9999
if (options.debug && !testArgs.some((a) => a.startsWith('--no-cov'))) {
100100
testArgs.push('--no-cov');
101101
}

0 commit comments

Comments
 (0)