[ trixie ]
[ sid ]
[ 源代码: python-hypothesmith ]
软件包:python3-hypothesmith(0.3.3-2)
python3-hypothesmith 的相关链接
Debian 的资源:
下载源码包 python-hypothesmith:
- [python-hypothesmith_0.3.3-2.dsc]
- [python-hypothesmith_0.3.3.orig.tar.gz]
- [python-hypothesmith_0.3.3-2.debian.tar.xz]
维护小组:
外部的资源:
- 主页 [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
- 交互式高级面向对象语言(默认 python3 版本)
-
- dep: python3-hypothesis
- advanced Quickcheck style testing library for Python 3
-
- dep: python3-libcst
- Concrete Syntax Tree (CST) parser and serializer library for Python