Closed alancai98 closed 2 years ago
Closes https://github.com/partiql/partiql-tests/issues/16 and addresses PR comments from #15.
This PR attempts to improve the ergonomics of defining partiql-tests data through the following changes:
partiql-tests
parse
syntax
semantic
static-analysis
pass
success
is-operator
Following these changes, the corresponding test runner parse code in partiql-lang-rust will need updated.
partiql-lang-rust
By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.
Closes https://github.com/partiql/partiql-tests/issues/16 and addresses PR comments from #15.
This PR attempts to improve the ergonomics of defining
partiql-tests
data through the following changes:parse
->syntax
in directories, assertions, and ISL schemasemantic
->static-analysis
in directories, assertions, and ISL schemapass
->success
to better align with the renamed assertionsis-operator
tests from thesyntax
error category tostatic-analysis
error categoryFollowing these changes, the corresponding test runner parse code in
partiql-lang-rust
will need updated.By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.