Skip to content

test: fix stale conftest docstring for the retired native binary (#292) - #293

Merged
rahlk merged 1 commit into
mainfrom
fix/issue-292
Jul 22, 2026
Merged

test: fix stale conftest docstring for the retired native binary (#292)#293
rahlk merged 1 commit into
mainfrom
fix/issue-292

Conversation

@rahlk

Copy link
Copy Markdown
Collaborator

Fixes#292. Docstring-only follow-up to #290codeanalyzer_backend_path documented the retired python -m codeanalyzer_java native binary; corrected to the bundled-jar default. Fixture behaviour unchanged (still returns None).

The codeanalyzer_backend_path fixture documented the JVM-free native binary
(python -m codeanalyzer_java), which no longer exists. The analyzer's default is
now the bundled codeanalyzer-*.jar run on a cached JDK. The fixture behaviour is
unchanged (still returns None); only the docstring is corrected.
@rahlk
rahlk merged commit 6a9ebda into mainJul 22, 2026
@rahlk
rahlk deleted the fix/issue-292 branch July 22, 2026 21:39
Sign up for freeto 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.

Stale conftest docstring references retired codeanalyzer-native binary

1 participant

@rahlk