TEST001warningPro

skipped-tests

Test is marked as skipped.

Applies to: Go, JavaScript, Python, Ruby, Rust, TypeScript

Why this matters

Skipped tests often indicate incomplete work or known issues that never get fixed. If a test is permanently skipped, delete it. If it's temporarily skipped, add a TODO with a timeline. Skipped tests give false confidence in test coverage.

Catch it before it ships

pip install stablestack # or: npx stablestackstablestack # scans your project, TEST001 includedstablestack explain TEST001

TEST001 is part of the Pro rule set. See pricing — the free tier ships 24 checks with no signup.

False positive in your codebase? Suppress a single line with # noqa: TEST001