LogoClawIndex
CasesSkillsAbout
LogoClawIndex

property-based-testing - Property-Based Testing for Serialization and Validation

Generate random inputs to test invariants in serialization, validation, normalization, and pure functions

Tags

Updated: 2026-02-11

Capabilities

Typical Inputs

Typical Outputs

What this skill does

  • detect serialization patterns
  • generate test strategies
  • validate roundtrip properties
  • check function invariants
  • apply testing patterns

Inputs

  • function code
  • serialization pairs
  • validation logic
  • normalization functions

Outputs

  • property test code
  • edge case examples
  • quality checklist
  • test settings

Requirements

  • Hypothesis (Python)
  • fast-check (TypeScript/JS)
  • proptest (Rust)
  • testing framework

Source

  • Spec: SKILL.md

ClawIndex

OpenClaw Skills & Use Case Index

ClawIndex is an ecosystem-driven index of OpenClaw skills and real-world use cases.

Index

Skills·
Cases

Meta

About·
Disclaimer·
Email·
GitHub
© 2026 ClawIndex All Rights Reserved.
testing
automated-testing
property-testing
quality-assurance
code-validation
detect serialization patterns
generate test strategies
validate roundtrip properties
check function invariants
function code
serialization pairs
validation logic
property test code
edge case examples
quality checklist