发布会签到系统
介绍: 本项目为《Web接口开发与自动化测试--基于Python语言》一书中项目代码。代码实现的一个较为完整的发布会签到系统。 它包含功能:
- 完整的发布会签到系统(登录、发布会管理、嘉宾管理、签到功能)
- 单元测试代码
- 项目Web接口
- 接口测试用例
- Robot Framework测试脚本
Python版本与依赖库:
- python3.5+ :https://www.python.org/
- Django1.10.3 :https://www.djangoproject.com/ (目前只在1.10.3版本下运行通过)
- Requests : http://www.python-requests.org/en/master/ (运行/function_tests目录下的接口用例需要)
- django-bootstrap3 : https://github.com/dyve/django-bootstrap3