-
Notifications
You must be signed in to change notification settings - Fork 3
[Refactor] Add Subquery e2e + parser/formatter Test #92
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
Conversation
tests/test_query_parser.py
Outdated
| assert ast == expected_ast | ||
|
|
||
|
|
||
| def test_subqyery_parse(): |
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.
*subquery
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.
@HazelYuAhiru, can you fix the typo?
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.
Thanks for catching it! Fixed
|
The format LGTM! just one small typo |
tests/test_query_parser.py
Outdated
| assert ast == expected_ast | ||
|
|
||
|
|
||
| def test_subqyery_parse(): |
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.
@HazelYuAhiru, can you fix the typo?
bb8723d
Overview:
This PR added a subquery test for the parser, formatter, and e2e test.
Code Changes:
test_subqyery_parse,test_subqyery_format, andtest_subquery_e2ein parse, format, and e2e test files.