Skip to content

Commit f236833

Browse files
committed
support python unittest framework #239
1 parent 79d97ee commit f236833

20 files changed

Lines changed: 1 addition & 1 deletion

src/client/extension.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +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 * as tests from './unittest/main';
22+
import * as tests from './unittests/main';
2323

2424
const PYTHON: vscode.DocumentFilter = { language: 'python', scheme: 'file' };
2525
let pythonOutputChannel: vscode.OutputChannel;
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)