Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

update test plan for ipykernel (python repo) #13993

Merged
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions .github/test_plan.md
Original file line number Diff line number Diff line change
Expand Up @@ -492,6 +492,13 @@ def test_failure():
1. Verify the variables explorer window shows output not available while debugging
1. When you get to the end of the cell, the debugger should stop
1. Output from the cell should show up in the Interactive Window (sometimes you have to finish debugging the cell first)
- [ ] Verify installing ipykernel in a new environment
1. Create a brand new folder on your machine
1. Create a new venv in that folder via command line / terminal `python3 -m venv .newEnv`
1. Open that folder in VS Code and copy the manual test file there
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.
1. Execute the manual test file, you should be prompted to install ipykernel in `.newEnv`
1. After ipykernel is installed execution of the file should continue successfully

#### P1 Test Scenarios

Expand Down