Skip to content

add a test that verifies adding an invalid analyzer generates an error. - #53

Merged
Marcus10110 merged 1 commit into
developfrom
fix/test-invalid-analyzer
Feb 6, 2026
Merged

add a test that verifies adding an invalid analyzer generates an error.#53
Marcus10110 merged 1 commit into
developfrom
fix/test-invalid-analyzer

Conversation

@Marcus10110

Copy link
Copy Markdown
Contributor

Unclear if this test actually adds value.

Logic 2 always supported returning an error when trying to create an analyzer that didn't exist, but previously the error message text was not useful for understanding the root problem.

That is getting fixed, and this originally verified that the correct error text was shown.

However that was removed to avoid depending on the error display text, but since we didn't add a new error type specifically for this error, this test no longer actually verifies the correct error message was displayed.

It might still be helpful to directly test this error case though, since it could be a common error for folks trying to setup custom analyzers in CI environments, since the custom analyzer path does need to be configured correctly.

@Marcus10110
Marcus10110 requested a review from huffman January 20, 2026 23:57
@Marcus10110
Marcus10110 merged commit 9ccd6e0 into develop Feb 6, 2026
2 checks passed
@huffman
huffman deleted the fix/test-invalid-analyzer branch May 4, 2026 17:40
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.

2 participants