Skip to content
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

feat: support tests for invalid syntax #388

Merged
merged 5 commits into from
Nov 26, 2024

Conversation

DavePearce
Copy link
Collaborator

This adds support for tests which ensure certain forms of invalid syntax are identified. For example, attempting to use a column which doesn't exist, or combining columns from different modules in the same constraint, etc.

This adds some preliminary support for invalid tests.  It might be
useful to actually clarify what errors are expected.
At this stage, a small number of tests are actually failing.
This enables checking of context in situations where exactly one context
must be used.
@DavePearce DavePearce linked an issue Nov 26, 2024 that may be closed by this pull request
@DavePearce DavePearce enabled auto-merge (squash) November 26, 2024 06:33
@DavePearce DavePearce merged commit 5aeed0b into main Nov 26, 2024
2 checks passed
@DavePearce DavePearce deleted the 386-support-tests-for-invalid-syntax branch November 26, 2024 06:37
@DavePearce DavePearce self-assigned this Dec 10, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Support Tests for Invalid Syntax
1 participant