没有合适的资源?快使用搜索试试~ 我知道了~
Hypothesis 是一个高级基于属性的 Quickcheck 风格特性的测试Python库-python
共558个文件
py:383个
rst:40个
txt:34个
需积分: 9 1 下载量 135 浏览量
2021-06-18
18:11:55
上传
评论
收藏 9.06MB ZIP 举报
温馨提示
Hypothesis 是一个高级基于属性的 Quickcheck 风格特性的测试Python库 Hypothesis Hypothesis 是一个用于 Python 的高级测试库。 它允许您编写由示例源参数化的测试,然后生成简单易懂的示例,使您的测试失败。 这使您可以用更少的工作在代码中发现更多错误。 例如@given(st.lists(st.floats(allow_nan=False, allow_infinity=False), min_size=1)) def test_mean(xs): assert min(xs) <= mean(xs) <= max(xs) 伪造示例: test_mean( xs=[1.7976321109618856e+308, 6.102390043022755e+303] ) 假设非常实用,并以某种方式推进了单元测试的最新技术。 它易于使用、稳定且功能强大。 如果您没有使用 Hypothesis 来测试您的项目,那么您就错过了。 感兴趣的链接 主要假设站点位于假设.works,其中包含许多很好的介绍性和解释性材料。 rea
资源推荐
资源详情
资源评论
收起资源包目录
Hypothesis 是一个高级基于属性的 Quickcheck 风格特性的测试Python库-python (558个子文件)
paper.bib 11KB
setup.cfg 85B
CITATION 1KB
run_with_env.cmd 1KB
CODEOWNERS 330B
.coveragerc 411B
.empty 0B
secrets.tar.enc 10KB
.flake8 503B
Gemfile 308B
hypothesis-specs.gemspec 768B
.gitattributes 126B
.gitignore 403B
.gitignore 115B
hypothesis.gpl 1007B
favicon.ico 5KB
tools.in 424B
MANIFEST.in 47B
coverage.in 39B
test.in 28B
tox.ini 3KB
mypy.ini 329B
pytest.ini 259B
Designing a better simplifier.ipynb 157KB
stickers.jpg 1.64MB
pin.jpg 181KB
devcontainer.json 397B
Gemfile.lock 1KB
Makefile 242B
Makefile 61B
README.markdown 3KB
paper.md 7KB
CHANGELOG.md 6KB
design.md 5KB
debt.md 4KB
CHANGELOG.md 2KB
README.md 380B
dragonfly-rainbow.png 3.5MB
sticker.png 2.13MB
gimp.png 98KB
inkscape.png 28KB
favicon.png 3KB
install.ps1 6KB
core.py 74KB
numpy.py 60KB
shrinker.py 57KB
core.py 53KB
ghostwriter.py 51KB
engine.py 44KB
test_engine.py 41KB
test_gen_data.py 37KB
strategies.py 36KB
data.py 36KB
test_stateful.py 30KB
stateful.py 29KB
types.py 28KB
pretty.py 27KB
test_lookup.py 25KB
impl.py 24KB
_settings.py 24KB
__init__.py 24KB
datetime.py 20KB
test_direct_strategies.py 19KB
reflection.py 19KB
lstar.py 19KB
regex.py 18KB
numbers.py 17KB
datatree.py 16KB
test_reflection.py 16KB
utils.py 16KB
test_pretty.py 15KB
test_shrinker.py 15KB
__main__.py 15KB
pareto.py 14KB
test_regex.py 13KB
test_settings.py 13KB
charmap.py 13KB
random.py 13KB
test_test_data.py 12KB
pytestplugin.py 12KB
_fields.py 12KB
dfas.py 12KB
database.py 12KB
test_randoms.py 12KB
test_ghostwriter.py 11KB
test_testdecorators.py 11KB
collections.py 11KB
filtering.py 11KB
test_discovery_ability.py 11KB
test_argument_validation.py 11KB
test_data_tree.py 10KB
test_shrink_quality.py 10KB
test_type_lookup.py 10KB
junkdrawer.py 10KB
cache.py 9KB
cli.py 9KB
lark.py 9KB
_impl.py 9KB
test_float_nastiness.py 8KB
codemods.py 8KB
共 558 条
- 1
- 2
- 3
- 4
- 5
- 6
资源评论
子皮论
- 粉丝: 34
- 资源: 4590
上传资源 快速赚钱
- 我的内容管理 展开
- 我的资源 快来上传第一个资源
- 我的收益 登录查看自己的收益
- 我的积分 登录查看自己的积分
- 我的C币 登录后查看C币余额
- 我的收藏
- 我的下载
- 下载帮助
最新资源
资源上传下载、课程学习等过程中有任何疑问或建议,欢迎提出宝贵意见哦~我们会及时处理!
点击此处反馈
安全验证
文档复制为VIP权益,开通VIP直接复制
信息提交成功