pyroma-django-testing:使用 py.test 介绍 Django 应用程序测试

时间:2024-06-20 09:14:27
【文件属性】:

文件名称:pyroma-django-testing:使用 py.test 介绍 Django 应用程序测试

文件大小:14KB

文件格式:ZIP

更新时间:2024-06-20 09:14:27

Python

使用 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
----README.rst(807B)
----manage.py(246B)
----requirements.txt(290B)
----blog()
--------settings.py(3KB)
--------urls.py(798B)
--------__init__.py(0B)
--------posts()
--------wsgi.py(385B)
--------templates()
----pytest.ini(151B)
----Makefile(277B)
----tests()
--------test_posts.py(4KB)
--------.coveragerc(163B)
----.gitignore(117B)

网友评论