-
Notifications
You must be signed in to change notification settings - Fork 19
Add query structure BDD #381
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
base: master
Are you sure you want to change the base?
Add query structure BDD #381
Conversation
73e2242
to
3614fd9
Compare
# file, You can obtain one at https://mozilla.org/MPL/2.0/. | ||
|
||
#noinspection CucumberUndefinedStep | ||
Feature: Basic Analyze queries |
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.
This should be "Query structure"
Then that hints that you'd want another file that's "Query annotations" that tests the annotations part right?
Limit(1) | ||
]) | ||
""" | ||
Given transaction closes |
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.
TODO: Add tests for unsatisfiable queries.
Usage and product changes
Adds test for the query structure returned by the analyze endpoint
Implementation