Claude Code CommandTesting19 installs

Add Property Based Testing

Implement property-based testing with framework selection and invariant identification

Install with the Claude Code Templates CLI
$ npx claude-code-templates@latest --command="testing/add-property-based-testing" --yes

Requires Claude Code. The command adds this command to your project's .claudedirectory — nothing runs on ToolZip's servers.

What's inside this command

Component source

Add Property-Based Testing

Implement property-based testing framework with invariant analysis and test generation: $ARGUMENTS

Current Testing Context

  • Language: !find . -name ".js" -o -name ".ts" | head -1 >/dev/null && echo "JavaScript/TypeScript" || find . -name "*.py" | head -1 >/dev/null && echo "Python" || echo "Multi-language"
  • Test framework: !find . -name "jest.config.*" -o -name "pytest.ini" | head -1 || echo "Detect framework"
  • Mathematical functions: Analysis of codebase for property-testable functions
  • Business logic: Identification of invariants and properties in domain logic

Task

Implement comprehensive property-based testing with invariant analysis and automated test generation:

Language Focus: Use $ARGUMENTS to specify JavaScript, Python, Java, Haskell, Rust, Clojure, or auto-detect from codebase Property-Based Testing Framework:
  • Framework Selection - Choose appropriate tool (fast-check, Hypothesis, QuickCheck, proptest), install dependencies, configure integration
  • Property Identification - Analyze mathematical properties, identify business invariants, discover symmetries, evaluate round-trip properties
  • Generator Design - Create custom data generators, implement constraint-based generation, design composite generators, optimize generation strategies
  • Property Implementation - Write property tests, implement preconditions, design postconditions, create invariant checks
  • Shrinking Configuration - Configure test case shrinking, optimize failure minimization, implement custom shrinkers, enhance debugging
  • Integration & Reporting - Integrate with existing test suite, configure reporting, setup CI integration, optimize execution performance

Advanced Features: Stateful property testing, model-based testing, custom generators, parallel property execution, performance property testing. Quality Assurance: Property completeness analysis, edge case coverage, performance optimization, maintainability assessment. Output: Complete property-based testing setup with identified properties, custom generators, integrated test suite, and performance optimization.
Type
Command
Category
Testing
Installs
19
Source
GitHub ↗

Related Claude Code Commands

Catalog data and component content are sourced from the open-source davila7/claude-code-templates project (MIT license). ToolZip curates the listing and writes original descriptions; every component links back to its original source. Claude Code is a product of Anthropic. ToolZip is an independent catalog and is not affiliated with or endorsed by Anthropic.