[ trixie ]
[ sid ]
[ Bron: python-hypothesmith ]
Pakket: python3-hypothesmith (0.3.3-2)
Verwijzigingen voor python3-hypothesmith
Debian bronnen:
Het bronpakket python-hypothesmith downloaden:
- [python-hypothesmith_0.3.3-2.dsc]
- [python-hypothesmith_0.3.3.orig.tar.gz]
- [python-hypothesmith_0.3.3-2.debian.tar.xz]
Beheerders:
Externe bronnen:
- Homepage [github.com]
Vergelijkbare pakketten:
Hypothesis strategies for generating Python programs, something like CSmith
This package provides two Hypothesis strategies for generating Python source code. The generated code will always be syntatically valid, and is useful for testing parsers, linters, auto-formatters, and other tools that operate on source code.
Andere aan python3-hypothesmith gerelateerde pakketten
|
|
|
|
-
- dep: python3
- interactive high-level object-oriented language (default python3 version)
-
- dep: python3-hypothesis
- advanced Quickcheck style testing library for Python 3
-
- dep: python3-libcst
- Concrete Syntax Tree (CST) parser and serializer library for Python