[ 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
- 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