소개
This skill enables Claude to implement robust property-based testing using the Hypothesis framework, allowing developers to verify code invariants rather than just individual examples. It streamlines the creation of automated test strategies, handles complex data generation for libraries like Polars, and utilizes Hypothesis's powerful 'shrinking' capability to find the simplest possible failing cases. Whether you are testing simple functions, complex stateful systems, or large-scale data pipelines, this skill provides the patterns and best practices needed to write more reliable and resilient Python code.