没有合适的资源?快使用搜索试试~ 我知道了~
病房:一种现代的Python测试框架,旨在帮助您更快地发现和修复缺陷
共41个文件
py:27个
yml:3个
md:3个
需积分: 5 0 下载量 122 浏览量
2021-02-06
08:07:31
上传
评论
收藏 661KB ZIP 举报
温馨提示
病房 请参阅的完整文档和功能集。 现代的Python测试框架旨在帮助您更快地发现和修复缺陷。 产品特点 描述性的测试名称:使用字符串而不是函数名称描述测试的用途。 @ test ( "1 + 2 == 3" ) def _ (): assert 1 + 2 == 3 模块化测试依存关系:使用依赖于Python导入系统而不是名称匹配的夹具来管理测试设置/拆卸代码。 @ fixture def user (): return User ( name = "darren" ) @ test ( "the user is called darren" ) def _
资源推荐
资源详情
资源评论
收起资源包目录
ward-master.zip (41个子文件)
ward-master
.gitignore 353B
README.md 9KB
.github
workflows
release.yml 523B
pullrequest.yml 937B
build.yml 1KB
CONTRIBUTING.md 2KB
CODE_OF_CONDUCT.md 3KB
.all-contributorsrc 4KB
LICENSE 1KB
screenshot.png 886KB
requirements.txt 144B
pyproject.toml 2KB
ward
errors.py 136B
expect.py 5KB
config.py 2KB
fixtures.py 7KB
models.py 1KB
diff.py 5KB
tests
test_fixtures.py 7KB
test_suite.py 12KB
test_testing.py 9KB
test_collect.py 7KB
test_terminal.py 1KB
test_resolver.py 1KB
test_util.py 2KB
test_rewrite.py 5KB
test_config.py 3KB
test_expect.py 2KB
utilities.py 2KB
rewrite.py 5KB
testing.py 19KB
util.py 1KB
terminal.py 24KB
__init__.py 250B
_ward_version.py 83B
__main__.py 63B
suite.py 2KB
run.py 7KB
collect.py 6KB
Makefile 828B
poetry.lock 20KB
共 41 条
- 1
资源评论
Untournant
- 粉丝: 55
- 资源: 4587
上传资源 快速赚钱
- 我的内容管理 展开
- 我的资源 快来上传第一个资源
- 我的收益 登录查看自己的收益
- 我的积分 登录查看自己的积分
- 我的C币 登录后查看C币余额
- 我的收藏
- 我的下载
- 下载帮助
最新资源
资源上传下载、课程学习等过程中有任何疑问或建议,欢迎提出宝贵意见哦~我们会及时处理!
点击此处反馈
安全验证
文档复制为VIP权益,开通VIP直接复制
信息提交成功