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.
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 callable discovery to work within the language service #2095
base: main
Are you sure you want to change the base?
Update test callable discovery to work within the language service #2095
Changes from 60 commits
b79c31e
1c09783
54eb209
e6a0941
0495a6d
eae1b4d
759036f
cec4bf9
ad7d3e2
d9f288d
9ec9f41
a03ed14
c11476a
b247c35
e75f65b
131a341
b52ad25
180368e
e960916
7d2aadc
ac8bfd7
c22d14d
5a28ef1
16a2aed
214097c
adbc4b2
5b6a1f8
7cee532
be64105
e34b7d2
fa1ca42
790c29b
9d0190c
38e0f4b
43f4e17
bcd6d34
5421cb2
804fb0b
ffab724
cca48b5
eea9581
540de0b
f171141
8e3c9a4
f18dc39
cf35b19
36abbd1
bf8b277
ff31000
b72ca75
f52330d
865cce1
1f88c97
e0347c6
468345b
00d5f4f
57bc6c1
d1267c4
8255955
007a76d
1d5ef8e
6ca81d0
File filter
Filter by extension
Conversations
Jump to
There are no files selected for viewing
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.
Instead of just the name, could you use the whole signature's span, so that the squiggles appear below the problematic code and not the name?
And now that I wrote that... I realize there may not be an easy way to get that span from the AST. I think I hit this issue before. Hmm...
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.
As it was brought up in the team chat, I think it'd be useful to have a test case where a
@Config()
attribute causes a test callable to be excluded from the compilation.get_test_callables
shouldn't return that callable.