SkipTest Detector Hook

The SkipTest Detector analyzes test files for skip markers and blocks their introduction. It also detects empty test files without any test functions.

Why it matters

AI agents like to take shortcuts and skip difficult tests with t.Skip(), @pytest.mark.skip, or test.skip(). The SkipTest Detector prevents this in 30+ languages - from Go to TypeScript to Zig.

Configurable severity

Four modes are available: strict (block everything), smart (default - allow conditional skips), warn (warnings only), and off (disable). An escape hatch allows justified exceptions.

Full documentation included with purchase

The detailed configuration reference, troubleshooting guide, and hook documentation are included as PDF in the download.

Buy now →