You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In the scope of PR #225 fixing mypy warnings regarding type checks some errors were added to be raised in the builders inside package exasol.analytics.schema.
The errors are of type TypeCheckError in order to avoid changing the unit tests which only expected errors raise d by typeguard up to now.
Acceptance Criteria
Create custom error class
Replace raised TypeCheckError errors with custom error class
Update Unit tests
The text was updated successfully, but these errors were encountered:
In the scope of PR #225 fixing mypy warnings regarding type checks some errors were added to be raised in the builders inside package
exasol.analytics.schema
.The errors are of type
TypeCheckError
in order to avoid changing the unit tests which only expected errors raise d by typeguard up to now.Acceptance Criteria
TypeCheckError
errors with custom error classThe text was updated successfully, but these errors were encountered: