Skip to content

Commit 0ad9146

Browse files
committed
fixes to nosetest
1 parent 71eeb1a commit 0ad9146

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

  • src/client/unittests/nosetest

src/client/unittests/nosetest/main.ts

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,9 @@ export class TestManager extends BaseTestManager {
2323
if (runFailedTests === true && args.indexOf('--failed') === -1) {
2424
args.push('--failed');
2525
}
26+
if (args.indexOf('--with-id') === -1){
27+
args.push('--with-id');
28+
}
2629
return runTest(this.rootDirectory, tests, args, testsToRun, this.cancellationToken, this.outputChannel);
2730
}
2831
}

0 commit comments

Comments
 (0)