没有合适的资源?快使用搜索试试~ 我知道了~
hypothesis-jsonschema:借助假设从JSON模式生成测试数据的工具
共34个文件
py:13个
md:4个
in:4个
需积分: 10 1 下载量 3 浏览量
2021-05-04
02:07:52
上传
评论
收藏 6.37MB ZIP 举报
温馨提示
假设-json模式 一种用于生成与某些匹配的数据的策略。 原料药 公共API仅包含一个函数: hypothesis_jsonschema.from_schema ,该函数采用JSON模式并返回允许的JSON对象的策略。 from hypothesis import given from hypothesis_jsonschema import from_schema @ given ( from_schema ({ "type" : "integer" , "minimum" : 1 , "exclusiveMaximum" : 10 })) def test_integers ( value ): assert isinstance ( value , int ) assert 1 <= value < 10 @ given ( from_schema (
资源推荐
资源详情
资源评论
收起资源包目录
hypothesis-jsonschema-master.zip (34个子文件)
hypothesis-jsonschema-master
MANIFEST.in 99B
.github
FUNDING.yml 52B
workflows
ci.yml 2KB
src
hypothesis_jsonschema
_from_schema.py 24KB
_resolve.py 3KB
__init__.py 210B
_encode.py 2KB
py.typed 0B
_canonicalise.py 33KB
fuzzbuzz.yaml 800B
deps
check.in 231B
deps.txt 227B
test.txt 2KB
check.txt 2KB
deps.in 53B
README.md 760B
test.in 93B
CONTRIBUTING.md 5KB
tox.ini 2KB
LICENSE 16KB
setup.py 2KB
README.md 3KB
tests
test_encode.py 477B
fetch.py 4KB
format_json.py 232B
test_canonicalise.py 20KB
test_from_schema.py 17KB
corpus-suite-schemas.json 51KB
corpus-schemastore-catalog.json 77.42MB
test_version.py 2KB
gen_schemas.py 8KB
corpus-reported.json 9KB
.gitignore 1KB
CHANGELOG.md 9KB
共 34 条
- 1
资源评论
leeloodeng
- 粉丝: 26
- 资源: 4699
上传资源 快速赚钱
- 我的内容管理 展开
- 我的资源 快来上传第一个资源
- 我的收益 登录查看自己的收益
- 我的积分 登录查看自己的积分
- 我的C币 登录后查看C币余额
- 我的收藏
- 我的下载
- 下载帮助
最新资源
资源上传下载、课程学习等过程中有任何疑问或建议,欢迎提出宝贵意见哦~我们会及时处理!
点击此处反馈
安全验证
文档复制为VIP权益,开通VIP直接复制
信息提交成功