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

Replace TypeCheckError by Custom Error #227

Open
3 tasks
ckunki opened this issue Nov 25, 2024 · 0 comments
Open
3 tasks

Replace TypeCheckError by Custom Error #227

ckunki opened this issue Nov 25, 2024 · 0 comments
Labels
refactoring Code improvement without behavior change

Comments

@ckunki
Copy link
Contributor

ckunki commented Nov 25, 2024

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
@ckunki ckunki added the refactoring Code improvement without behavior change label Nov 25, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
refactoring Code improvement without behavior change
Projects
None yet
Development

No branches or pull requests

1 participant