Skip to content

Commit ccebd33

Browse files
committed
add TODO
1 parent eb51c96 commit ccebd33

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/test/terminals/codeExecution/helper.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ import { ICodeExecutionHelper } from '../../../client/terminals/types';
3535
import { PYTHON_PATH } from '../../common';
3636

3737
const TEST_FILES_PATH = path.join(EXTENSION_ROOT_DIR, 'src', 'test', 'python_files', 'terminalExec');
38-
38+
// TODO: tests for 3.13 relevant sequences
3939
suite('Terminal - Code Execution Helper', () => {
4040
let activeResourceService: TypeMoq.IMock<IActiveResourceService>;
4141
let documentManager: TypeMoq.IMock<IDocumentManager>;

0 commit comments

Comments
 (0)