4 projects
Kotest
Kotest is a flexible and comprehensive testing framework for Kotlin that supports multiple test styles, property-based testing, and data-driven testing. It provides rich assertions, test isolation, and extensive configuration options while maintaining compatibility with existing test runners.
1,928
453
$9.3M
Hypothesis
Hypothesis is a Python library for property-based testing that helps developers find bugs by generating test cases from property definitions. It automatically generates test inputs to validate code behavior and shrinks failing examples to minimal cases.
1,335
445
$3.6M
ScalaCheck
ScalaCheck is a property-based testing tool for Scala that helps developers write automated tests by generating test cases based on property specifications. It allows defining test properties as functions and automatically generates test data to verify those properties.
524
206
$290K
fast-check
fast-check is a property-based testing library for JavaScript and TypeScript that helps developers write automated tests by generating random inputs to validate code behavior and find edge cases
345
133
$2.4M