Skip to content

Commit 9af9d51

Browse files
committed
add TODO for more test
1 parent 5b76152 commit 9af9d51

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/test/common/terminals/service.unit.test.ts

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -189,6 +189,10 @@ suite('Terminal Service', () => {
189189
terminal.verify((t) => t.sendText(TypeMoq.It.isValue(textToSend)), TypeMoq.Times.exactly(1));
190190
});
191191

192+
// Ensure sendText is called when Python shell integration is disabled.
193+
194+
// Ensure executeCommand is called when Python shell integration and terminal shell integration are both enabled
195+
192196
test('Ensure terminal is not shown if `hideFromUser` option is set to `true`', async () => {
193197
terminalHelper
194198
.setup((helper) => helper.getEnvironmentActivationCommands(TypeMoq.It.isAny(), TypeMoq.It.isAny()))

0 commit comments

Comments
 (0)