You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: .github/test_plan.md
+8-8Lines changed: 8 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -34,7 +34,7 @@
34
34
-[ ] Right-click
35
35
-[ ] Command
36
36
-[ ]`Shift+Enter`
37
-
37
+
38
38
#### Terminal
39
39
Sample file:
40
40
```python
@@ -316,7 +316,7 @@ def test_failure():
316
316
-[ ]`Run Test` works
317
317
-[ ]`Debug Test` works
318
318
-[ ] A `Diagnostic` is shown in the problems pane for each failed/skipped test
319
-
-[ ] The `Diagnostic`s are organized according to the file the test was executed from (not neccesarily the file it was defined in)
319
+
-[ ] The `Diagnostic`s are organized according to the file the test was executed from (not necessarily the file it was defined in)
320
320
-[ ] The appropriate `DiagnosticRelatedInformation` is shown for each `Diagnostic`
321
321
-[ ] The `DiagnosticRelatedInformation` reflects the traceback for the test
322
322
@@ -385,7 +385,7 @@ def test_failure():
385
385
1. After manualTestFile.py has been run drop down the Variables section at the top of the Interactive Window
386
386
1. In the Variables list there should be an entry for all variables created. These variables might change as more is added to manualTestFile.py.
387
387
1. Check that variables have expected values. They will be truncated for longer items
388
-
1. Sort the list ascending and descending by Type. Also sort the list ascending and descenting by Count. Values like (X, Y) use the first X value for Count sort ordering
388
+
1. Sort the list ascending and descending by Type. Also sort the list ascending and descending by Count. Values like (X, Y) use the first X value for Count sort ordering
389
389
1. Check that list, Series, ndarray, and DataFrame types have a button to "Show variable in data viewer" on the right
390
390
1. In the Interactive Window input box add a new variable. Verify that it is added into the Variable Explorer
391
391
-[ ] Verify Data Explorer
@@ -404,11 +404,11 @@ def test_failure():
404
404
#### P1 Test Scenarios
405
405
-[ ] Connect to a `remote` server
406
406
1. Open up a valid python command prompt that can run `jupyter notebook` (a default Anaconda prompt works well)
407
-
1. Run `jupyter notebook` to start up a local Jupyter server
408
-
1. In the command window that launched Jupyter look for the server / token name like so: http://localhost:8888/?token=bf9eae43641cd75015df9104f814b8763ef0e23ffc73720d
407
+
1. Run `jupyter notebook` to start up a local Jupyter server
408
+
1. In the command window that launched Jupyter look for the server / token name like so: http://localhost:8888/?token=bf9eae43641cd75015df9104f814b8763ef0e23ffc73720d
409
409
1. Run the command `Python: Select Jupyter server URI` then `Type in the URI to connect to a running jupyter server`
410
410
1. Input the server / token name here
411
-
1. Now run the cells in the manualTestFile.py
411
+
1. Now run the cells in the manualTestFile.py
412
412
1. Verify that you see the server name in the initial connection message
413
413
1. Verify the outputs of the cells
414
414
-[ ] Interactive Window commands
@@ -458,7 +458,7 @@ def test_failure():
458
458
1. Also make sure you are set to locally launch Jupyter and not to connect to an existing URI
459
459
1. In addition to your main testing environment install a new python or miniconda install (conda won't work as it has Jupyter by default)
460
460
1. In VS code change the python interpreter to the new install
461
-
1. Try `Run Cell`
461
+
1. Try `Run Cell`
462
462
1. You should get a message that Jupyter was not found and that it is defaulting back to launch on the python instance that has Jupyter
463
463
-[ ] LiveShare Support
464
464
1. Install the LiveShare VSCode Extension
@@ -470,7 +470,7 @@ def test_failure():
470
470
1. Open another window of VSCode
471
471
1. Connect the second instance of VSCode as a Guest to the first Live Share session
472
472
1. After the workspace opens, open the manualTestFile.py on the Guest instance
473
-
1. On the Guest instance run a cell from the file, both via the codelens and via the command palette `Run Cell` command
473
+
1. On the Guest instance run a cell from the file, both via the codelens and via the command palette `Run Cell` command
474
474
-[ ] Verify results
475
475
1. Output should show up on the Guest Interactive Window
476
476
1. Same output should show up in the Host Interactive Window
1. Ensure empty paths do not get added into `sys.path` by the Jedi language server. (this was fixed in the previous release in [#1471](https://github.com/Microsoft/vscode-python/pull/1471))
1. Disable the display of errors messages when rediscovering of tests fail in response to changes to files, e.g. don't show a message if there's a syntax error in the test code.
@@ -3107,10 +3107,10 @@ the following people who contributed code:
3107
3107
* Provide a warning about known issues with having pyenv.cfg whilst debugging [#913](https://github.com/DonJayamanne/pythonVSCode/issues/913)
3108
3108
* Create .vscode directory if not found [#1043](https://github.com/DonJayamanne/pythonVSCode/issues/1043)
3109
3109
* Highlighted text due to linter errors is off by one column [#965](https://github.com/DonJayamanne/pythonVSCode/issues/965), [#970](https://github.com/DonJayamanne/pythonVSCode/pull/970)
3110
-
* Added preminary support for WSL Bash and Cygwin [#1049](https://github.com/DonJayamanne/pythonVSCode/pull/1049)
3110
+
* Added preliminary support for WSL Bash and Cygwin [#1049](https://github.com/DonJayamanne/pythonVSCode/pull/1049)
3111
3111
* Ability to configure the linter severity levels [#941](https://github.com/DonJayamanne/pythonVSCode/pull/941), [#895](https://github.com/DonJayamanne/pythonVSCode/issues/895)
3112
3112
* Fixes to unit tests [#1051](https://github.com/DonJayamanne/pythonVSCode/pull/1051), [#1050](https://github.com/DonJayamanne/pythonVSCode/pull/1050)
3113
-
* Outdent lines following `contibue`, `break` and `return`[#1050](https://github.com/DonJayamanne/pythonVSCode/pull/1050)
3113
+
* Outdent lines following `continue`, `break` and `return`[#1050](https://github.com/DonJayamanne/pythonVSCode/pull/1050)
3114
3114
* Change location of cache for Jedi files [#1035](https://github.com/DonJayamanne/pythonVSCode/pull/1035)
3115
3115
* Fixes to the way directories are searched for Python interpreters [#569](https://github.com/DonJayamanne/pythonVSCode/issues/569), [#1040](https://github.com/DonJayamanne/pythonVSCode/pull/1040)
3116
3116
* Handle outputs from Python packages that interfere with the way autocompletion is handled [#602](https://github.com/DonJayamanne/pythonVSCode/issues/602)
@@ -3208,7 +3208,7 @@ the following people who contributed code:
3208
3208
* Adding support for debug snippets [#660](https://github.com/DonJayamanne/pythonVSCode/issues/660)
3209
3209
* Ability to run a selected text in a Django shell [#652](https://github.com/DonJayamanne/pythonVSCode/issues/652)
3210
3210
* Adding support for the use of a customized 'isort' for sorting of imports [#632](https://github.com/DonJayamanne/pythonVSCode/pull/632)
3211
-
*Debuger auto-detecting python interpreter from the path provided [#688](https://github.com/DonJayamanne/pythonVSCode/issues/688)
3211
+
*Debugger auto-detecting python interpreter from the path provided [#688](https://github.com/DonJayamanne/pythonVSCode/issues/688)
3212
3212
* Showing symbol type on hover [#657](https://github.com/DonJayamanne/pythonVSCode/pull/657)
3213
3213
* Fixes to running Python file when terminal uses Powershell [#651](https://github.com/DonJayamanne/pythonVSCode/issues/651)
3214
3214
* Fixes to linter issues when displaying Git diff view for Python files [#665](https://github.com/DonJayamanne/pythonVSCode/issues/665)
@@ -3278,7 +3278,7 @@ the following people who contributed code:
3278
3278
* Linting python files when they are opened [#462](https://github.com/DonJayamanne/pythonVSCode/issues/462)
3279
3279
* Fixes to unit tests discovery [#307](https://github.com/DonJayamanne/pythonVSCode/issues/307),
*Asynchronour display of unit tests [#190](https://github.com/DonJayamanne/pythonVSCode/issues/190)
3369
+
*Asynchronous display of unit tests [#190](https://github.com/DonJayamanne/pythonVSCode/issues/190)
3370
3370
* Fixed issues when using relative paths in ```settings.json```[#276](https://github.com/DonJayamanne/pythonVSCode/issues/276)
3371
3371
* Fixes issue of hardcoding interpreter command arguments [#256](https://github.com/DonJayamanne/pythonVSCode/issues/256)
3372
3372
* Fixes resolving of remote paths when debugging remote applications [#252](https://github.com/DonJayamanne/pythonVSCode/issues/252)
@@ -3473,7 +3473,7 @@ the following people who contributed code:
3473
3473
* Added support to configure the output window for linting, formatting and unit test messages [#112](https://github.com/DonJayamanne/pythonVSCode/issues/112)
3474
3474
3475
3475
## Version 0.3.5
3476
-
* Fixed printing of unicode characters when evaulating expressions [#73](https://github.com/DonJayamanne/pythonVSCode/issues/73)
3476
+
* Fixed printing of unicode characters when evaluating expressions [#73](https://github.com/DonJayamanne/pythonVSCode/issues/73)
0 commit comments