Merge pull request #1130 from httprunner/update-sponsor

Update sponsor
This commit is contained in:
debugtalk
2021-11-15 22:10:27 +08:00
committed by GitHub
4 changed files with 488 additions and 46 deletions

View File

@@ -4,7 +4,7 @@
## 金牌赞助商Gold Sponsor
[<img src="assets/hogwarts.jpeg" alt="霍格沃兹测试学院" width="500">](https://ceshiren.com/)
[<img src="https://raw.githubusercontent.com/httprunner/httprunner/master/docs/assets/hogwarts.jpeg" alt="霍格沃兹测试学院" width="500">](https://ceshiren.com/)
> [霍格沃兹测试开发学社](http://qrcode.testing-studio.com/f?from=httprunner&url=https://ceshiren.com)是业界领先的测试开发技术高端教育品牌,隶属于[测吧(北京)科技有限公司](http://qrcode.testing-studio.com/f?from=httprunner&url=https://www.testing-studio.com) 。学院课程由一线大厂测试经理与资深测试开发专家参与研发,实战驱动。课程涵盖 web/app 自动化测试、接口测试、性能测试、安全测试、持续集成/持续交付/DevOps测试左移&右移、精准测试、测试平台开发、测试管理等内容,帮助测试工程师实现测试开发技术转型。通过优秀的学社制度(奖学金、内推返学费、行业竞赛等多种方式)来实现学员、学社及用人企业的三方共赢。

View File

@@ -2,6 +2,10 @@
# $ pip install mkdocs # 1.1.2
# $ pip install mkdocs-material # 5.2.2
# usage
# $ mkdocs serve # build docs and preview
# $ mkdocs gh-deploy # Deploy your documentation to GitHub Pages
# Project information
site_name: HttpRunner V3.x Docs
site_description: HttpRunner V3.x User Documentation
@@ -13,7 +17,7 @@ repo_url: https://github.com/httprunner/httprunner
edit_uri: ""
# Copyright
copyright: 'Copyright &copy; 2017 - 2020 debugtalk'
copyright: 'Copyright &copy; 2017 - 2021 debugtalk'
# Configuration
theme:

520
poetry.lock generated

File diff suppressed because it is too large Load Diff

View File

@@ -30,7 +30,7 @@ include = ["docs/CHANGELOG.md"]
[tool.poetry.dependencies]
python = "^3.6.2"
requests = "^2.22.0"
pyyaml = "^5.1.2"
pyyaml = "^5.4.1"
jinja2 = "^2.10.3"
pydantic = "^1.4"
loguru = "^0.4.1"
@@ -65,3 +65,7 @@ locusts = "httprunner.ext.locust:main_locusts"
[build-system]
requires = ["poetry>=1.0.0"]
build-backend = "poetry.masonry.api"
[[tool.poetry.source]]
name = "tsinghua"
url = "https://pypi.tuna.tsinghua.edu.cn/simple/"