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

feature: introduce type-checking tests via custom inspection #34

Merged
merged 1 commit into from
Jul 3, 2023

Conversation

SirYwell
Copy link
Owner

@SirYwell SirYwell commented Jul 3, 2023

Fixes #33.

We just use an inspection for tests that highlights all elements with MhType present as problem with ProblemHighlightType.INFORMATION. This way, we can simply write the expected types into the source files directly, just as with the tests for our inspections.

@SirYwell SirYwell merged commit 2f31062 into main Jul 3, 2023
2 checks passed
@SirYwell SirYwell deleted the feature/type-tests branch July 3, 2023 16:43
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.

Figure out test infrastructure for type checks
1 participant