Skip to content

Commit 8ec292e

Browse files
update test plan for ipykernel (python repo) (#13993)
1 parent 245f393 commit 8ec292e

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

.github/test_plan.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -492,6 +492,13 @@ def test_failure():
492492
1. Verify the variables explorer window shows output not available while debugging
493493
1. When you get to the end of the cell, the debugger should stop
494494
1. Output from the cell should show up in the Interactive Window (sometimes you have to finish debugging the cell first)
495+
- [ ] Verify installing ipykernel in a new environment
496+
1. Create a brand new folder on your machine
497+
1. Create a new venv in that folder via command line / terminal `python3 -m venv .newEnv`
498+
1. Open that folder in VS Code and copy the manual test file there
499+
1. Select the newly created venv by running Ctrl+Shift+P, typing 'Python: Select Interpreter' into the VS Code command palette, and selecting the new venv from the dropdown. If the new venv doesn't appear in the quickpick you may need to reload VS Code and reattempt this step.
500+
1. Execute the manual test file, you should be prompted to install ipykernel in `.newEnv`
501+
1. After ipykernel is installed execution of the file should continue successfully
495502

496503
#### P1 Test Scenarios
497504

0 commit comments

Comments
 (0)