Property Testing Rules banner
siege-analytics siege-analytics

Property Testing Rules

Testing community

Description

--- description: Always-on property-testing standards from the Hypothesis documentation. Apply when writing tests for functions with numeric, string, or collection inputs. --- # Property Testing Standards Apply these principles from the [Hypothesis](https://hypothesis.readthedocs.io/) documentation to test code. ## When to use property tests - Any function that transforms data (normalize, aggregate, project, interpolate) is a candidate. If you can state "for all valid inputs, the output sati

Installation

Installs to ~/.claude/skills/siege-analytics-claude-configs-public-_property-testing-rules/SKILL.md

Terminal
mkdir -p ~/.claude/skills/siege-analytics-claude-configs-public-_property-testing-rules && curl -fsSL https://raw.githubusercontent.com/siege-analytics/claude-configs-public/HEAD/skills/_property-testing-rules.md -o ~/.claude/skills/siege-analytics-claude-configs-public-_property-testing-rules/SKILL.md

Restart Claude Code, or start a new session, for it to be picked up.

Full documentation available on GitHub

View Source Repository