-
-
Notifications
You must be signed in to change notification settings - Fork 85
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
Added function scope test to python #2325
Conversation
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.
Nice. Do we want to remove corresponding recorded tests? Seems redundant to have recorded and scope testing the same thing
Maybe? |
Why wouldn't we? |
I was just thinking that our tests might test different syntax patterns, but I'm not against removing them. |
I think the idea should be for our scope tests to cover what our recorded tests used to cover. Maybe we should migrate one scope-language pair at a time? Ie for this PR we look at what recorded tests we have for Python lambda and function, add scope tests that are at least as comprehensive, and remove the recorded tests? It's a bit more work, but would be nice to get our test suite a bit more principled |
Sounds good. Tests updated. |
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.
🚀
Checklist