Skip to content

suppress CS1591 in remaining test files missing the pragma#223

Open
wrigjl wants to merge 1 commit into
ReduxISU:CSharpAPIfrom
wrigjl:suppress-test-cs1591
Open

suppress CS1591 in remaining test files missing the pragma#223
wrigjl wants to merge 1 commit into
ReduxISU:CSharpAPIfrom
wrigjl:suppress-test-cs1591

Conversation

@wrigjl
Copy link
Copy Markdown
Collaborator

@wrigjl wrigjl commented May 27, 2026

Three test files were missing #pragma warning disable CS1591 that every other test file already has:

  • redux-tests/Problems/NPC_GRAPHCOLORING/GRAPHCOLORING_Tests.cs
  • redux-tests/Problems/NPC_LOSSLESSDATACOMPRESSION/LOSSLESSDATACOMPRESSION_Tests.cs
  • redux-tests/Problems/P_STRONGLYCONNECTEDCOMPONENTS/P_STRONGLYCONNECTEDCOMPONENTS_Tests.cs

xUnit test methods don't need public API documentation. This eliminates 24 CS1591 warnings and brings these files in line with the other 24 test files in the suite.

No logic changes.

🤖 Generated with Claude Code

GRAPHCOLORING_Tests.cs, LOSSLESSDATACOMPRESSION_Tests.cs, and
P_STRONGLYCONNECTEDCOMPONENTS_Tests.cs were the only test files without
#pragma warning disable CS1591. xUnit test methods don't need public API
docs; this brings them in line with the other 24 test files.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
@wrigjl wrigjl added the low-risk Merging this diff carries little risk (documentation fixes, comment fixes, etc.). label May 31, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

low-risk Merging this diff carries little risk (documentation fixes, comment fixes, etc.).

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant