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 a17d33a commit dec6b39Copy full SHA for dec6b39
src/client/testing/testController/pytest/runner.ts
@@ -95,7 +95,7 @@ export class PytestRunner implements ITestsRunner {
95
if (options.debug && !testArgs.some((a) => a.startsWith('--capture') || a === '-s')) {
96
testArgs.push('--capture', 'no');
97
}
98
-
+
99
if (options.debug && !testArgs.some((a) => a.startsWith('--no-cov'))) {
100
testArgs.push('--no-cov');
101
0 commit comments