Skip to content

Commit ebecd18

Browse files
committed
Execution adapter tests (microsoft#21421)
adds test coverage for `testExecutionAdapter.ts` and `pytestExecutionAdapter.ts`.
1 parent 1fa950d commit ebecd18

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/test/testing/testController/unittest/testExecutionAdapter.unit.test.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,7 @@ suite('Unittest test execution adapter', () => {
5151
const adapter = new UnittestTestExecutionAdapter(stubTestServer, stubConfigSettings, outputChannel.object);
5252
const testIds = ['test1id', 'test2id'];
5353
adapter.runTests(uri, testIds, false).then(() => {
54+
adapter.runTests(uri, [], false).then(() => {
5455
const expectedOptions: TestCommandOptions = {
5556
workspaceFolder: uri,
5657
command: { script, args: ['--udiscovery', '-v', '-s', '.', '-p', 'test*'] },

0 commit comments

Comments
 (0)