[ bianca ]
[ 源代码: python-hypothesmith ]
软件包:python3-hypothesmith(0.3.3-2)
python3-hypothesmith 的相关链接
下载源码包 python-hypothesmith:
- [python-hypothesmith_0.3.3-2.debian.tar.xz]
- [python-hypothesmith_0.3.3-2.dsc]
- [python-hypothesmith_0.3.3.orig.tar.gz]
维护小组:
外部的资源:
- 主页 [github.com]
相似软件包:
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.
其他与 python3-hypothesmith 有关的软件包
|
|
|
|
-
- 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