Mercerenies / gdlisp

Lisp on the Godot platform
GNU General Public License v3.0
141 stars 1 forks source link

Error Tests #46

Open Mercerenies opened 3 years ago

Mercerenies commented 3 years ago

This isn't exactly an issue, per se, but it is a testing lapse.

Going somewhat off of #45, I would like to have at least one test case for every type of error that can be produced by the system. Some errors, such as ModifierError types, are pretty well represented, all things considered, but several of the more obscure errors do not appear at all in test cases.

Mercerenies commented 2 years ago

Added a list of all error types. They will be checked off once they have satisfactory test coverage.

Mercerenies commented 2 years ago

Removing NonFunctionMarkedAsBuiltin, as we reverted that commit and went a different way. That error no longer exists.