package base_quickcheck
Randomized testing framework, designed for compatibility with Base
Install
Dune Dependency
Authors
Maintainers
Sources
base_quickcheck-v0.15.0.tar.gz
sha256=360e6b8f3660398936ec88fecb9e7761370ee63acf8372d3208d4d31c00181f2
doc/base_quickcheck/Base_quickcheck/index.html
Module Base_quickcheck
Source
Generators are sources of random values. Every randomized test needs a generator to produce its inputs.
Observers create random functions. Generator.fn
creates a random function using an observer for the input type and a generator for the output type.
Shrinkers produce small values from large values. When a random test case fails, a shrinker finds the simplest version of the problem.
Use the Test module to run randomized tests. Each randomized test needs a generator, a shrinker, and a property to test.
Provides default generators, observers, and shrinkers for built-in types. Follows ppx_quickcheck naming conventions.
sectionYPositions = computeSectionYPositions($el), 10)"
x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
>