partiql / partiql-tests

Test data for checking conformance to the PartiQL specification.
Apache License 2.0
7 stars 1 forks source link

Removes the test category annotation and renames the assertions #18

Closed alancai98 closed 2 years ago

alancai98 commented 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:

Following 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.