Skip to content

Commit e4238e6

Browse files
committed
fixed merge issues
1 parent 1b88337 commit e4238e6

2 files changed

Lines changed: 1 addition & 5 deletions

File tree

src/client/extension.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ import * as telemetryContracts from './common/telemetryContracts';
1919
import {PythonCodeActionsProvider} from './providers/codeActionProvider';
2020
import {activateSimplePythonRefactorProvider} from './providers/simpleRefactorProvider';
2121
import {activateSetInterpreterProvider} from './providers/setInterpreterProvider';
22+
import {activateExecInTerminalProvider} from './providers/execInTerminalProvider'
2223
import * as tests from './unittests/main';
2324

2425
const PYTHON: vscode.DocumentFilter = { language: 'python', scheme: 'file' };

src/client/unittests/unittest/main.ts

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -23,11 +23,6 @@ export class TestManager extends BaseTestManager {
2323
return fn.testFunction.status === TestStatus.Error || fn.testFunction.status === TestStatus.Fail;
2424
}).map(fn=>fn.testFunction);
2525
}
26-
<<<<<<< a3034a0dafa547afd949f2b0dcbdcba6accb5764
27-
28-
=======
29-
30-
>>>>>>> unitests using python unittest framework #239
3126
return runTest(this.rootDirectory, tests, args, testsToRun, this.cancellationToken, this.outputChannel);
3227
}
3328
}

0 commit comments

Comments
 (0)