property-based-testing
There are 322 repositories under property-based-testing topic.
PropCheck.jl
A package for simple property based testing in julia.
spec
Data specification conformance and generation for Elixir
fitspec
refine properties for testing Haskell programs
decrel
Composable relations for Scala
property-based-testing-stateful-systems-tutorial
A tutorial about how to apply property-based testing to stateful systems.
kitimat
A library for generative, property-based testing in TypeScript and Jest.
qcstm
A simple state-machine framework for OCaml based on QCheck
ponycheck
Property Based Testing for Ponylang 🐴 ✔️
propauth
A library for property-based policy evaluation
pbt-frameworks
An overview of property-based testing functionality
swagger-conformance
Python based tool for testing whether your API conforms to its Swagger schema
leancheck
enumerative property-based testing for Haskell
Supposition.jl
A Julia implementation of choice sequence based PBT, inspired by Hypothesis
piggy
Test for spec compatibility and breaking changes.
Kea
Property-based Testing for Mobile GUI Apps
glados
🍰 A property-based testing framework that tries to break your invariances.
quick_check.js
A JS implementation of quick_check
snabbkaffe
Collection of utilities for trace-based testing
ava-fast-check
Property based testing for AVA based on fast-check
lark-grammars
Grammars suitable for lark parser and Hypothesis
act
Executable state charts, property based testing and more.
runtypes-generate
Transform runtypes type to jsverify arbitrary for generate sample of data
hypothesis-gufunc
Extension to hypothesis for testing numpy general universal functions
fuzz-rest-api
Derive property based testing fast-check into a fuzzer for REST APIs
efftester
Effect-Driven Compiler Tester for OCaml
multicoretests
PBT testsuite and libraries for testing multicore OCaml
nanofuzz
NaNofuzz is a fast and easy-to-use automatic test suite generator for TypeScript that runs inside VS Code
Fable.Jester
Fable bindings for jest and friends for delightful Fable testing.
propCheck
Property based testing for kotlintest ported from quickcheck
Scala-Category-Theory
Bartosz Milewski great book on Category Theory implemented in scala, with property Tests
swagger-test
Property based testing tool for Swagger APIs
2024-summer-craft-book
Summer Craft Book 2024 🏖️
rackcheck
A property-based testing library for Racket.
speculate
Speculate laws about Haskell functions
clausejs
Write contract once. Get data & function validators & conformers, an accurate & readable project contract, auto-generated API documentation, generative test coverage, plus more. A tool that enables a more predictable workflow for developing your JavaScript projects.
fast-check-examples
Property based testing (QuickCheck) examples based on fast-check