[ 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