Skip to content

Commit 4bd1d0b

Browse files
committed
Remote resolver (#21332)
This is branch will serve as a feature branch for all changes related to switching to the remote resolver. This will include - switching from using the testAdapter to parse the return data to now using this new class resultResolver - adding tests for all testAdapters, fixing for server and adding for resultResolver - moving sendCommand to a new file, out of the server, and getting pytest to adopt it - moving the server which send the test IDs to a new file and adopt it for both pytest and unittest - write tests for these two new files.
1 parent 3440ff8 commit 4bd1d0b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/client/testing/testController/unittest/testExecutionAdapter.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
import * as path from 'path';
55
import { TestRun, Uri } from 'vscode';
66
import { IConfigurationService, ITestOutputChannel } from '../../../common/types';
7-
import { createDeferred, Deferred } from '../../../common/utils/async';
7+
import { Deferred, createDeferred } from '../../../common/utils/async';
88
import { EXTENSION_ROOT_DIR } from '../../../constants';
99
import {
1010
DataReceivedEvent,

0 commit comments

Comments
 (0)