FreeBSD.software
Home/devel/py311-crosshair-tool

py311-crosshair-tool

0.0.101

Analyze Python code for correctness using symbolic execution

CrossHair is an analysis tool for Python that blurs the line between testing and type systems. If you have a function with type annotations and add a contract in a supported syntax, CrossHair will attempt to find counterexamples for you. CrossHair works by repeatedly calling your functions with symbolic inputs. It uses an SMT solver (a kind of theorem prover) to explore viable execution paths and find counterexamples for you. This is not a new idea; a Python approach was first described in this paper. However, to my knowledge, CrossHair is the most complete implementation: it can use symbolic reasoning for the built-in types, user-defined classes, and much of the standard library.

Origin: devel/py-crosshair-tool
Category: devel
Size: 7.12MiB
License: MIT
Maintainer: sunpoet@FreeBSD.org
Dependencies: 8 packages
Required by: 2 packages
$pkg install py311-crosshair-tool

Dependencies (8)

Required By (2 packages)

More in devel