typedb / typedb-behaviour

TypeDB Behaviour Test Specification
Mozilla Public License 2.0
10 stars 19 forks source link

Error type testing #60

Closed alexjpwalker closed 1 year ago

alexjpwalker commented 4 years ago

Problem to Solve

We should test whether our Graql queries throw semantic, syntax, or other exceptions.

Current Workaround

The BDD tests, which do not support error type testing at present, test that an error was thrown, but do not inspect the error type to verify that it is correct.

krishnangovindraj commented 1 year ago

Closing as subsumed by #221