TEST004infoPro

duplicate-test-helpers

Test helper function may be duplicated across test files.

Applies to: Python

Why this matters

Common test helpers like create_test_user(), mock_api_response(), etc. often get copy-pasted across test files. Extract these to a conftest.py or test_helpers.py module to keep tests DRY and consistent.

Catch it before it ships

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

TEST004 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: TEST004