forked from DonJayamanne/pythonVSCode
-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
Fix exception reported in #447 #536
Merged
Merged
Changes from 65 commits
Commits
Show all changes
66 commits
Select commit
Hold shift + click to select a range
7675901
Basic tokenizer
eb42669
Fixed property names
2756974
Tests, round I
c2c1ced
Tests, round II
a108c96
merge master
14864a5
tokenizer test
0ed51d6
Remove temorary change
51b544c
Fix merge issue
3cd11e6
Merge conflict
82e0ad1
Merge conflict
9295c1a
Completion test
06eb1a5
Fix last line
e9db8e0
Fix javascript math
d12ca03
Merge master
d8ab041
Make test await for results
db75cd0
Add license headers
9ab2c47
Rename definitions to types
d587485
License headers
1da5e0a
Merge branch 'master' of https://github.com/Microsoft/vscode-python
7668cee
Merge branch 'master' of https://github.com/Microsoft/vscode-python
1ac4932
Fix typo in completion details (typo)
2aa5a6c
Fix hover test
5db31bd
Merge branch 'master' of https://github.com/Microsoft/vscode-python
560d2af
Russian translations
c71024d
Merge branch 'master' of https://github.com/Microsoft/vscode-python
31aa087
Update to better translation
593ae05
Fix typo
e6d69bb
#70 How to get all parameter info when filling in a function param list
b5a23d3
Fix #70 How to get all parameter info when filling in a function para…
cd200f7
Clean up
7c33228
Clean imports
c4a6b90
CR feedback
f85b848
Trim whitespace for test stability
37c210b
More tests
61a5650
Better handle no-parameters documentation
a10305e
Better handle ellipsis and Python3
bfcae78
Merge branch 'master' of https://github.com/Microsoft/vscode-python
42a5f79
Merge branch 'master' of https://github.com/Microsoft/vscode-python
699c434
Basic services
dd9ba0a
Install check
443ad65
Output installer messages
fdde6b8
Warn default Mac OS interpreter
e8ea50a
Merge branch 'master' of https://github.com/Microsoft/vscode-python i…
8b7c920
Remove test change
253df9e
Add tests
97ed0a8
PR feedback
dcfc939
CR feedback
34790bb
Mock process instead
b6caacc
Fix Brew detection
bb648d7
Update test
a7bca77
Elevated module install
b1f7fba
Fix path check
d223410
Add check suppression option & suppress vor VE by default
6a92e60
Merge branch 'master' of https://github.com/Microsoft/vscode-python i…
6873309
Fix most linter tests
9bd8948
Merge conflict
11c3272
Merge branch 'master' of https://github.com/Microsoft/vscode-python i…
e0833f7
Merge branch 'inst1' into elev
29fadba
Per-user install
2162288
Merge master
542c1fc
Handle VE/Conda
0c87c20
Fix tests
b261282
Remove double service
97ba6b3
#447 Linter throws errors
3355353
Merge branch 'master' of https://github.com/Microsoft/vscode-python i…
10e0a80
Better test names
File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Would it be possible to have a more descriptive string from the test? For example, I don't know how this is different from 'Strings 2' so I don't what I need to make sure not to change in the test so I don't break what it's meant to be testing.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I'll try :-) have hard time coming up with names...
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I mean it can be rather wordy since it is a test. Basically come up with a sentence to explain to me why you wrote the test and make that the test name.