Skip to content

Commit 3c15301

Browse files
committed
formatting
1 parent 6c78788 commit 3c15301

File tree

3 files changed

+0
-6
lines changed

3 files changed

+0
-6
lines changed

src/client/testing/common/types.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,6 @@ export type TestDiscoveryOptions = {
1717
outChannel?: OutputChannel;
1818
};
1919

20-
2120
export type LaunchOptions = {
2221
cwd: string;
2322
args: string[];
@@ -29,7 +28,6 @@ export type LaunchOptions = {
2928
runTestIdsPort?: string;
3029
};
3130

32-
3331
export enum TestFilter {
3432
removeTests = 'removeTests',
3533
discovery = 'discovery',

src/client/testing/testController/common/types.ts

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -52,8 +52,6 @@ export interface ITestFrameworkController {
5252
export const ITestsRunner = Symbol('ITestsRunner');
5353
export interface ITestsRunner {}
5454

55-
56-
5755
// We expose these here as a convenience and to cut down on churn
5856
// elsewhere in the code.
5957
type RawTestNode = {
@@ -118,7 +116,6 @@ export type TestCommandOptions = {
118116
testIds?: string[];
119117
};
120118

121-
122119
// /**
123120
// * Interface describing the server that will send test commands to the Python side, and process responses.
124121
// *

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

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -253,4 +253,3 @@ function pytestFilterArguments(args: string[], argumentToRemoveOrFilter: string[
253253
}
254254
return filterArguments(filteredArgs, optionsWithArgsToRemove, optionsWithoutArgsToRemove);
255255
}
256-

0 commit comments

Comments
 (0)