没有合适的资源?快使用搜索试试~ 我知道了~
pyroma-django-testing:使用 py.test 介绍 Django 应用程序测试
共24个文件
py:13个
html:4个
js:1个
需积分: 10 0 下载量 135 浏览量
2021-05-31
15:27:47
上传
评论
收藏 14KB ZIP 举报
温馨提示
使用 py.test 介绍 Django 应用程序测试 博客模块是为罗马 Python 用户组 PyRoma 编写的演示 Django 应用程序。 它定义了两个基本模型(Post、Comment)和三个视图。 在 test 文件夹中有一些测试显示了基本用法 py.test 和 pytest-django 用于测试视图的 webtest selenium 和 splinter 用于测试客户端行为 django-dynamic-fixture 在测试中创建示例模型实例 要设置本地开发环境,请创建一个 virtualenv 并运行 pip install -r requirements.txt 使 init-db 运行开发服务器 ./manage.py runserver_plus 启动测试 py.test -vv 将在文件夹 htmlcov 中生成 HTML 覆盖率报告。
资源推荐
资源详情
资源评论
收起资源包目录
pyroma-django-testing-master.zip (24个子文件)
pyroma-django-testing-master
README.rst 807B
manage.py 246B
requirements.txt 290B
blog
settings.py 3KB
urls.py 798B
__init__.py 0B
posts
urls.py 532B
migrations
0001_initial.py 1KB
__init__.py 0B
admin.py 312B
__init__.py 0B
models.py 1KB
views.py 1KB
templates
posts
comment_form.html 202B
post_detail.html 1KB
post_list.html 1010B
static
js
main.js 574B
wsgi.py 385B
templates
base.html 2KB
pytest.ini 151B
Makefile 277B
tests
test_posts.py 4KB
.coveragerc 163B
.gitignore 117B
共 24 条
- 1
资源评论
陈崇礼
- 粉丝: 51
- 资源: 4683
上传资源 快速赚钱
- 我的内容管理 展开
- 我的资源 快来上传第一个资源
- 我的收益 登录查看自己的收益
- 我的积分 登录查看自己的积分
- 我的C币 登录后查看C币余额
- 我的收藏
- 我的下载
- 下载帮助
最新资源
资源上传下载、课程学习等过程中有任何疑问或建议,欢迎提出宝贵意见哦~我们会及时处理!
点击此处反馈
安全验证
文档复制为VIP权益,开通VIP直接复制
信息提交成功